aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-28 04:20:38 -0700
committerfriendica <info@friendica.com>2012-04-28 04:20:38 -0700
commit44700b914da591ff3535358db34d035014611264 (patch)
tree0c01ef7d99479db339cab71a43f63c3ceb938439 /include
parentf163aed66d2aec038131131c68110043de36137a (diff)
downloadvolse-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.php2
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];