Browse Source

Merge pull request #44457 from nextcloud/fix/contactsinteraction/download-vcard

tags/v29.0.0beta6
Benjamin Gaussorgues 2 months ago
parent
commit
5a6e6a10ab
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/contactsinteraction/lib/Card.php

+ 1
- 1
apps/contactsinteraction/lib/Card.php View File

@@ -96,7 +96,7 @@ class Card implements ICard, IACL {
* @inheritDoc
*/
public function getSize(): int {
throw new NotImplemented();
return strlen($this->contact->getCard());
}

/**

Loading…
Cancel
Save