Browse Source

Merge pull request #25856 from nextcloud/techdept/pslam/card_getOwner

Card::getOwner should return the actual value
tags/v22.0.0beta1
Roeland Jago Douma 3 years ago
parent
commit
148cc83c52
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/contactsinteraction/lib/Card.php

+ 1
- 1
apps/contactsinteraction/lib/Card.php View File

@@ -53,7 +53,7 @@ class Card implements ICard, IACL {
* @inheritDoc
*/
public function getOwner(): ?string {
$this->principal;
return $this->principal;
}

/**

Loading…
Cancel
Save