mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Card::getOwner should return the actual value
I guess we never call this at runtime or it would already ahve done boom very loudly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
256927d8d4
commit
b96a0cd77d
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