]> git.mxchange.org Git - friendica-addons.git/blobdiff - statusnet/statusnet.php
Review updates
[friendica-addons.git] / statusnet / statusnet.php
index a482645bb54a06d622ddb8a3de50dfd4fb611fcc..bc0f314377a6a345f2a337b1c7bb71ef0d1ea8dc 100644 (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,