]> git.mxchange.org Git - friendica.git/blobdiff - include/update_gcontact.php
Merge remote-tracking branch 'upstream/develop' into 1604-cookie
[friendica.git] / include / update_gcontact.php
index 25c11806a22a243fd59ec7f8b66a37060cc0bba0..88e1817f0b991ff6a0749c2d794b71510ab62b22 100644 (file)
@@ -38,7 +38,7 @@ function update_gcontact_run(&$argv, &$argc){
 
        // Don't check this stuff if the function is called by the poller
        if (App::callstack() != "poller_run")
-               if (App::is_already_running('', 'update_gcontact'.$contact_id, 540))
+               if (App::is_already_running('update_gcontact'.$contact_id, '', 540))
                        return;
 
        $r = q("SELECT * FROM `gcontact` WHERE `id` = %d", intval($contact_id));