From 0066142d294566735060b0f40f7a41a3ec2919d7 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 2 Jan 2014 15:26: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 80fe16ff..f67e8c40 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -476,7 +476,7 @@ class Pman_Core_NotifySend extends Pman //var_dump($m); if (!empty($notify->evtype) && method_exists($object,$m)) { - print_r($rcpt);exit; + print_r('A');exit; return $object->$m($rcpt, $last_sent_date, $notify, $force); } -- 2.39.2