Try to fix social network inks in vcard
This commit is contained in:
parent
4836c99352
commit
d7e4304992
@ -441,7 +441,7 @@ class vCard
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($urlsn) {
|
if ($urlsn) {
|
||||||
$this->properties["socialProfile;type=".$key] = $urlsn;
|
$this->properties["SOCIALPROFILE;TYPE=home"] = $key.':'.$urlsn;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user