From e0f377f9fde96f0fea4bc99ceb54a6baea6da99f Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 3 Jun 2014 14:18:35 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index ee078785..4d4e2227 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -173,7 +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); - exit; + if ($email === true) { $ev = $this->addEvent('NOTIFY', $w, -- 2.39.2