poller refactor: continue not valid in this context

This commit is contained in:
friendica 2012-04-28 04:20:38 -07:00
parent f163aed66d
commit 44700b914d
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ function onepoll_run($argv, $argc){
intval($importer_uid)
);
if(! count($r))
continue;
return;
$importer = $r[0];