NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:40:21 +0000 (18:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:40:21 +0000 (18:40 +0800)
NotifySend.php

index 62b448a..82e46fb 100644 (file)
@@ -400,6 +400,7 @@ class Pman_Core_NotifySend extends Pman
     function makeEmail($object, $rcpt, $last_sent_date, $notify, $force =false)
     {
         $m = 'notify'. $notify->evtype;
+        var_dump($m);
         if (!empty($notify->evtype) && method_exists($object,'notify'. $notify->evtype)) {
             $object->$m($rcpt, $last_sent_date, $notify, $force);
         }