From: Edward Date: Thu, 27 Aug 2015 09:31:07 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cac5118f04149189b4c0850f0ec065cdd468c684 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index fed4eae8..6617a756 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -517,6 +517,7 @@ class Pman_Core_NotifySend extends Pman function makeEmail($object, $rcpt, $last_sent_date, $notify, $force =false) { $m = 'notify'. $notify->evtype; + //var_dump(get_class($object) . '::' .$m); if (!empty($notify->evtype) && method_exists($object,$m)) { echo "calling :" . get_class($object) . '::' .$m . "\n";