From: friendica Date: Sat, 28 Apr 2012 11:20:38 +0000 (-0700) Subject: poller refactor: continue not valid in this context X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=44700b914da591ff3535358db34d035014611264;p=friendica.git poller refactor: continue not valid in this context --- diff --git a/include/onepoll.php b/include/onepoll.php index 4ae34664f3..722ebe846b 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -107,7 +107,7 @@ function onepoll_run($argv, $argc){ intval($importer_uid) ); if(! count($r)) - continue; + return; $importer = $r[0];