From 21481445cf3eedcf256ec7e03a8ea8aea82c277c Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 28 May 2018 11:49:27 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 7fe712ce..01ba2002 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