Skip to content

Commit 3177ab8

Browse files
authored
Merge pull request #25859 from nextcloud/backport/25856/stable19
[stable19] Card::getOwner should return the actual value
2 parents 47bb51c + 6baad31 commit 3177ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contactsinteraction/lib/Card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(RecentContact $contact, string $principal, array $ac
5353
* @inheritDoc
5454
*/
5555
public function getOwner(): ?string {
56-
$this->principal;
56+
return $this->principal;
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)