mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
poller refactor: continue not valid in this context
This commit is contained in:
parent
f163aed66d
commit
44700b914d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function onepoll_run($argv, $argc){
|
|||
intval($importer_uid)
|
||||
);
|
||||
if(! count($r))
|
||||
continue;
|
||||
return;
|
||||
|
||||
$importer = $r[0];
|
||||
|
||||
|
|
Loading…
Reference in a new issue