Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: poller refactor: continue not valid in this context * master:
This commit is contained in:
commit
9413900a9f
|
@ -107,7 +107,7 @@ function onepoll_run($argv, $argc){
|
||||||
intval($importer_uid)
|
intval($importer_uid)
|
||||||
);
|
);
|
||||||
if(! count($r))
|
if(! count($r))
|
||||||
continue;
|
return;
|
||||||
|
|
||||||
$importer = $r[0];
|
$importer = $r[0];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user