From 3c2e6a9e94f1cf04ed58587d4f4ff5fe67dc54fd Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 9 Aug 2023 17:34:59 +0800 Subject: [PATCH] move debug --- Notify.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 505c82aa..b1848eef 100644 --- a/Notify.php +++ b/Notify.php @@ -288,8 +288,9 @@ class Pman_Core_Notify extends Pman } + $this->logecho("REQUEUING all emails that maxed out:" . count($this->next_queue)); if (!empty($this->next_queue)) { - $this->logecho("REQUEUING all emails that maxed out:" . count($this->next_queue)); + foreach($this->next_queue as $p) { $pp = clone($p); $p->act_when = $p->sqlValue('NOW + INTERVAL 1 MINUTE'); -- 2.39.2