From 523cf5a870a0efa4395397fb7b6e0563b8d92a80 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 12 Oct 2023 12:35:05 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index 7dbd33bb..0eef1c71 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -528,14 +528,10 @@ class Pman_Core_NotifySend extends Pman $this->errorHandler( $ev->remarks); } } - - + $ev = $this->addEvent('NOTIFYFAIL', $w, ($fail ? "FAILED - " : "RETRY TIME EXCEEDED - ") . $errmsg); $w->flagDone($ev, ''); - - - - + $this->errorHandler( $ev->remarks); } -- 2.39.2