Try to fix social network inks in vcard

This commit is contained in:
Laurent Destailleur 2023-01-15 02:09:55 +01:00
parent 4836c99352
commit d7e4304992

View File

@ -441,7 +441,7 @@ class vCard
} }
} }
if ($urlsn) { if ($urlsn) {
$this->properties["socialProfile;type=".$key] = $urlsn; $this->properties["SOCIALPROFILE;TYPE=home"] = $key.':'.$urlsn;
} }
} }
} }