diff options
author | Friendika <info@friendika.com> | 2011-08-29 17:52:31 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-29 17:52:31 -0700 |
commit | 7e79b140f038732b340fed70a1d88bdf2b950189 (patch) | |
tree | 6bcde0d5510c94bdb900e67c9718e75aa72663bc /include/notifier.php | |
parent | 177e0e15d73fedd3c58a9d5f9cb7f509bd1da07b (diff) | |
download | volse-hubzilla-7e79b140f038732b340fed70a1d88bdf2b950189.tar.gz volse-hubzilla-7e79b140f038732b340fed70a1d88bdf2b950189.tar.bz2 volse-hubzilla-7e79b140f038732b340fed70a1d88bdf2b950189.zip |
don't deliver on first pass if already queued
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index 1c71538d7..8d2aa961c 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -411,6 +411,7 @@ function notifier_run($argv, $argc){ proc_run('php','include/delivery.php',$cmd,$item_id,$contact['id']); if($interval) @time_sleep_until(microtime(true) + (float) $interval); + continue; } $deliver_status = 0; |