From c2e05c4dca6bdbd975becc6c276b63d1bdcb877e Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 28 May 2018 11:50:24 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 01ba2002..7fe712ce 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -224,7 +224,7 @@ class Pman_Core_NotifySend extends Pman 'email' => $email['recipients'] ); } - print_R('test??');exit; + if ($email === false || isset($email['error']) || empty($p)) { // object returned 'false' - it does not know how to send it.. $ev = $this->addEvent('NOTIFY', $w, isset($email['error']) ? -- 2.39.2