Review updates

changes from review for function name changes.
This commit is contained in:
Adam Magness 2017-11-13 01:52:26 -05:00
parent 7be5dd110c
commit 9c618c80af
3 changed files with 3 additions and 3 deletions

View file

@ -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,