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