1
1
Fork 0

Remove reduncancies

This commit is contained in:
Michael 2017-03-22 05:26:44 +00:00
commit bc517ef3d2
5 changed files with 18 additions and 15 deletions

View file

@ -1352,7 +1352,9 @@ class dfrn {
$poco["photo"] = $author["avatar"];
$poco["hide"] = $hide;
$poco["contact-type"] = $contact["contact-type"];
update_gcontact($poco);
$gcid = update_gcontact($poco);
link_gcontact($gcid, $importer["uid"], $contact["id"]);
}
return($author);