fix the way we create a new vcard to avoid to have multiple UIDs
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
35d3a082f2
commit
faf836b0c0
|
@ -55,7 +55,8 @@ class Converter {
|
|||
$image = $this->getAvatarImage($user);
|
||||
|
||||
$vCard = new VCard();
|
||||
$vCard->add(new Text($vCard, 'UID', $uid));
|
||||
$vCard->VERSION = '3.0';
|
||||
$vCard->UID = $uid;
|
||||
|
||||
$publish = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue