Merge pull request #25858 from nextcloud/backport/25856/stable20
[stable20] Card::getOwner should return the actual value
This commit is contained in:
commit
9fea75d7d7
|
@ -53,7 +53,7 @@ class Card implements ICard, IACL {
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getOwner(): ?string {
|
public function getOwner(): ?string {
|
||||||
$this->principal;
|
return $this->principal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue