]> git.mxchange.org Git - friendica.git/commitdiff
don't deliver on first pass if already queued
authorFriendika <info@friendika.com>
Tue, 30 Aug 2011 00:52:31 +0000 (17:52 -0700)
committerFriendika <info@friendika.com>
Tue, 30 Aug 2011 00:52:31 +0000 (17:52 -0700)
boot.php
include/notifier.php

index 595dc1fef8caeeccea367c0cfbfb78b38cedf0da..46f1e318c05d8b950498274c2bb9da0e58d0cfc5 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -7,7 +7,7 @@ require_once('include/text.php');
 require_once("include/pgettext.php");
 
 
-define ( 'FRIENDIKA_VERSION',      '2.2.1086' );
+define ( 'FRIENDIKA_VERSION',      '2.2.1087' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
 define ( 'DB_UPDATE_VERSION',      1084      );
 
index 1c71538d70a03d1c22919cff526b6d3ccf4983a5..8d2aa961cf2fb41330a26fc2b392bde53be68fb4 100644 (file)
@@ -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;