mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Merge pull request #25856 from nextcloud/techdept/pslam/card_getOwner
Card::getOwner should return the actual value
This commit is contained in:
commit
148cc83c52
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