]> git.mxchange.org Git - friendica.git/blobdiff - include/onepoll.php
Fallback for empty names
[friendica.git] / include / onepoll.php
index 4d270f6135a03553801109d118989c9b13140f02..eb1045de142957dcab4e08d8b66ff8aa3ecb4750 100644 (file)
@@ -61,7 +61,7 @@ function onepoll_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('', 'onepoll'.$contact_id, 540))
+               if (App::is_already_running('onepoll'.$contact_id, '', 540))
                        return;
 
        $d = datetime_convert();