Skip to content
Snippets Groups Projects
Unverified Commit faf836b0 authored by Bjoern Schiessle's avatar Bjoern Schiessle
Browse files

fix the way we create a new vcard to avoid to have multiple UIDs

parent 35d3a082
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment