Fix owner on publicownerwrapper
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
c724eb24d5
commit
b7b7b2872c
|
@ -49,5 +49,7 @@ class PublicOwnerWrapper extends Wrapper {
|
|||
if ($owner === null || $owner === false) {
|
||||
return $this->owner;
|
||||
}
|
||||
|
||||
return $owner;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue