From ac21c5ff439d7475af3c811deaf74924ff315996 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 27 Aug 2015 17:33:43 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index fed4eae8..7b91d2e4 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