From 3dd90c58e9c2a31cd553d3c1c660a57e3af22476 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 27 Aug 2015 17:34:53 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 7b91d2e4..fed4eae8 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -196,7 +196,7 @@ class Pman_Core_NotifySend extends Pman // this may modify $p->email. (it will not update it though) $email = $this->makeEmail($o, $p, $last, $w, $force); - print_R($email);exit; + if ($email === true) { $ev = $this->addEvent('NOTIFY', $w, -- 2.39.2