From: Edward Date: Thu, 2 Jan 2014 07:24:39 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=76b141d067880031e1e1ef06aaa863ce3b27d8de;p=Pman.Core NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 8c5d567e..c8dae5e5 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -476,6 +476,7 @@ class Pman_Core_NotifySend extends Pman //var_dump($m); if (!empty($notify->evtype) && method_exists($object,$m)) { + print_r('aa');exit; return $object->$m($rcpt, $last_sent_date, $notify, $force); }