Merge pull request #20761 from nextcloud/fix/owner_public
Fix owner on publicownerwrapper
This commit is contained in:
commit
055fa998cd
|
@ -49,5 +49,7 @@ class PublicOwnerWrapper extends Wrapper {
|
|||
if ($owner === null || $owner === false) {
|
||||
return $this->owner;
|
||||
}
|
||||
|
||||
return $owner;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue