Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
148cc83c52
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      apps/contactsinteraction/lib/Card.php

+ 1
- 1
apps/contactsinteraction/lib/Card.php Dosyayı Görüntüle

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

/**

Loading…
İptal
Kaydet