mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00: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
92d6abf216
commit
e28173863e
@ -53,7 +53,7 @@ class Card implements ICard, IACL {
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function getOwner(): ?string {
|
||||
$this->principal;
|
||||
return $this->principal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user