Try to fix social network inks in vcard

This commit is contained in:
Laurent Destailleur 2023-01-15 02:19:47 +01:00
parent bec559aae9
commit 6a30104beb

View File

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