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