From 8769cc8e35d266bf37ce986f8f57820c10a85d1e Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 2 Jan 2014 15:31:45 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index e0a8f9ed..2f5ad9d4 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -173,8 +173,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