From 144baaaf8d4a5a00d4d242123c4d3c7f613998dc Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 2 Jan 2014 15:26:55 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index f67e8c40..9c623a04 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('A');exit; + print_r($notify);exit; return $object->$m($rcpt, $last_sent_date, $notify, $force); } -- 2.39.2