From cac5118f04149189b4c0850f0ec065cdd468c684 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 27 Aug 2015 17:31:07 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.39.2