]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Now there are four more ...
[friendica.git] / include / Contact.php
index cd77bb3bb91a5ee53f56c44aed4930cb4265c149..3fa2410fbfa2033bfae7264a17483e6ac2315eae 100644 (file)
@@ -308,7 +308,7 @@ function get_contact_details_by_url($url, $uid = -1, $default = array()) {
 
        if ((($profile["addr"] == "") || ($profile["name"] == "")) && ($profile["gid"] != 0) &&
                in_array($profile["network"], array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS))) {
-               Worker::add(PRIORITY_LOW, "update_gcontact", $profile["gid"]);
+               Worker::add(PRIORITY_LOW, "UpdateGContact", $profile["gid"]);
        }
 
        // Show contact details of Diaspora contacts only if connected