Skip to content
Snippets Groups Projects
Unverified Commit 055fa998 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #20761 from nextcloud/fix/owner_public

Fix owner on publicownerwrapper
parents c724eb24 b7b7b287
No related branches found
No related tags found
No related merge requests found
......@@ -49,5 +49,7 @@ class PublicOwnerWrapper extends Wrapper {
if ($owner === null || $owner === false) {
return $this->owner;
}
return $owner;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment