diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-28 15:46:16 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-28 15:46:16 -0400 |
commit | 9413900a9f9cb3c455ee4f0300224dec3a4a9f75 (patch) | |
tree | 70b8cf6d580ddcb9015d02dd2d43b90068570c32 | |
parent | c661dc502f1ab4a6361faea1271d3c9a4aafa4ba (diff) | |
parent | 44700b914da591ff3535358db34d035014611264 (diff) | |
download | volse-hubzilla-9413900a9f9cb3c455ee4f0300224dec3a4a9f75.tar.gz volse-hubzilla-9413900a9f9cb3c455ee4f0300224dec3a4a9f75.tar.bz2 volse-hubzilla-9413900a9f9cb3c455ee4f0300224dec3a4a9f75.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
poller refactor: continue not valid in this context
* master:
-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]; |