Преглед изворни кода

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 година
родитељ
комит
148cc83c52
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      apps/contactsinteraction/lib/Card.php

+ 1
- 1
apps/contactsinteraction/lib/Card.php Прегледај датотеку

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

/**

Loading…
Откажи
Сачувај