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

fix(contactsinteraction): Allow vCard download

Sabre calculates a header for the size of a vcard, therefore we have to
implement the size method.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v29.0.0beta6
Christoph Wurst пре 2 месеци
родитељ
комит
b8250affb0
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 Прегледај датотеку

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

/**

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