Merge pull request #25858 from nextcloud/backport/25856/stable20

[stable20] Card::getOwner should return the actual value
This commit is contained in:
Roeland Jago Douma 2021-03-02 09:24:40 +01:00 committed by GitHub
commit 9fea75d7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Card implements ICard, IACL {
* @inheritDoc
*/
public function getOwner(): ?string {
$this->principal;
return $this->principal;
}
/**