From 7457106dcdaf02b8008427511597a201970c9042 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Jan 2016 15:49:04 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index 953460ac..a6319bcd 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -217,9 +217,7 @@ class Pman_Core_NotifySend extends Pman 'email' => $email['recipients'] ); } - print_R($email);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