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