]> git.mxchange.org Git - friendica.git/blobdiff - include/queue.php
Scrape: Always take the first alias
[friendica.git] / include / queue.php
index 1222199c70960c03f00abf8f3bdfde1d0bf83dcd..183ce0f9cd610ff80789e86c6cfc81a91f2a32b4 100644 (file)
@@ -29,7 +29,7 @@ function queue_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('include/queue.php', 'queue', 540))
+               if (App::is_already_running('queue', 'include/queue.php', 540))
                        return;
 
        $a->set_baseurl(get_config('system','url'));