mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #25858 from nextcloud/backport/25856/stable20
[stable20] Card::getOwner should return the actual value
This commit is contained in:
commit
9fea75d7d7
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class Card implements ICard, IACL {
|
|||
* @inheritDoc
|
||||
*/
|
||||
public function getOwner(): ?string {
|
||||
$this->principal;
|
||||
return $this->principal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue