mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Review updates
changes from review for function name changes.
This commit is contained in:
parent
7be5dd110c
commit
9c618c80af
3 changed files with 3 additions and 3 deletions
|
@ -929,7 +929,7 @@ function statusnet_fetch_contact($uid, $contact, $create_user) {
|
|||
if ($contact->statusnet_profile_url == "")
|
||||
return(-1);
|
||||
|
||||
GContact::updateGContact(array("url" => $contact->statusnet_profile_url,
|
||||
GContact::update(array("url" => $contact->statusnet_profile_url,
|
||||
"network" => NETWORK_STATUSNET, "photo" => $contact->profile_image_url,
|
||||
"name" => $contact->name, "nick" => $contact->screen_name,
|
||||
"location" => $contact->location, "about" => $contact->description,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue