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

@ -956,7 +956,7 @@ function twitter_fetch_contact($uid, $contact, $create_user) {
$avatar = twitter_fix_avatar($contact->profile_image_url_https);
GContact::updateGContact(array("url" => "https://twitter.com/".$contact->screen_name,
GContact::update(array("url" => "https://twitter.com/".$contact->screen_name,
"network" => NETWORK_TWITTER, "photo" => $avatar, "hide" => true,
"name" => $contact->name, "nick" => $contact->screen_name,
"location" => $contact->location, "about" => $contact->description,