Skip to content
Snippets Groups Projects
Unverified Commit 097bdf97 authored by kesselb's avatar kesselb Committed by GitHub
Browse files

Merge pull request #25857 from nextcloud/backport/25856/stable21

[stable21] Card::getOwner should return the actual value
parents 3aca170a b96a0cd7
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ class Card implements ICard, IACL { ...@@ -53,7 +53,7 @@ class Card implements ICard, IACL {
* @inheritDoc * @inheritDoc
*/ */
public function getOwner(): ?string { public function getOwner(): ?string {
$this->principal; return $this->principal;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment