소스 검색

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…
취소
저장