Remove reduncancies
This commit is contained in:
parent
a376f55c1f
commit
bc517ef3d2
5 changed files with 18 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue