From: Alan Date: Wed, 9 Aug 2023 09:20:40 +0000 (+0800) Subject: stop queue if run out X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3d55c24f0f6fdc670ef39e088b8bc3fd35ad5886 stop queue if run out --- diff --git a/Notify.php b/Notify.php index 5dd8a0b5..437e3550 100644 --- a/Notify.php +++ b/Notify.php @@ -257,8 +257,9 @@ class Pman_Core_Notify extends Pman if ($this->domain_queue !== false) { $this->queue = $this->remainingDomainQueue(); $this->domain_queue = false; + continue; } - continue; + break; // nothing more in queue.. and no remaining one }