]> git.mxchange.org Git - friendica.git/commitdiff
poller refactor: continue not valid in this context
authorfriendica <info@friendica.com>
Sat, 28 Apr 2012 11:20:38 +0000 (04:20 -0700)
committerfriendica <info@friendica.com>
Sat, 28 Apr 2012 11:20:38 +0000 (04:20 -0700)
include/onepoll.php

index 4ae34664f3001c6a4006472e5afc1ae483828c5e..722ebe846b56e4496bce873e9f9e0d69651100aa 100644 (file)
@@ -107,7 +107,7 @@ function onepoll_run($argv, $argc){
                intval($importer_uid)
        );
        if(! count($r))
-               continue;
+               return;
 
        $importer = $r[0];