diff options
author | friendica <info@friendica.com> | 2012-04-28 04:20:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-28 04:20:38 -0700 |
commit | 44700b914da591ff3535358db34d035014611264 (patch) | |
tree | 0c01ef7d99479db339cab71a43f63c3ceb938439 /include | |
parent | f163aed66d2aec038131131c68110043de36137a (diff) | |
download | volse-hubzilla-44700b914da591ff3535358db34d035014611264.tar.gz volse-hubzilla-44700b914da591ff3535358db34d035014611264.tar.bz2 volse-hubzilla-44700b914da591ff3535358db34d035014611264.zip |
poller refactor: continue not valid in this context
Diffstat (limited to 'include')
-rw-r--r-- | include/onepoll.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onepoll.php b/include/onepoll.php index 4ae34664f..722ebe846 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]; |