mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
Merge pull request #20761 from nextcloud/fix/owner_public
Fix owner on publicownerwrapper
This commit is contained in:
commit
055fa998cd
1 changed files with 2 additions and 0 deletions
|
|
@ -49,5 +49,7 @@ class PublicOwnerWrapper extends Wrapper {
|
|||
if ($owner === null || $owner === false) {
|
||||
return $this->owner;
|
||||
}
|
||||
|
||||
return $owner;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue