Fix owner on publicownerwrapper

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-05-01 10:50:26 +02:00
parent c724eb24d5
commit b7b7b2872c
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 0 deletions

View File

@ -49,5 +49,7 @@ class PublicOwnerWrapper extends Wrapper {
if ($owner === null || $owner === false) {
return $this->owner;
}
return $owner;
}
}