From 5dfb5735f4bee68d37ab12496a0795f5ea63fbb4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Aug 2015 10:49:07 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 65e74808..a35770a6 100644 --- a/Notify.php +++ b/Notify.php @@ -229,7 +229,7 @@ class Pman_Core_Notify extends Pman $total--; } - $this->logecho("BATCH SIZE: ". count($ar) ); + $this->logecho("BATCH SIZE: ". (count($ar) + $total) ); if (empty($ar)) { $this->logecho("COMPLETED MAIN QUEUE - running delated"); -- 2.39.2