From: Edward Date: Thu, 2 Jan 2014 07:25:38 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=bb7326b8a4ecfba2bd3dc985a9f6e866c737d7b7;p=Pman.Core NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 3472d816..94036b0c 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($m);exit; + print_r($object);exit; return $object->$m($rcpt, $last_sent_date, $notify, $force); }