NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 3 Apr 2014 07:21:49 +0000 (15:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Apr 2014 07:21:49 +0000 (15:21 +0800)
NotifySend.php

index d981dfb..b4575ef 100644 (file)
@@ -476,7 +476,7 @@ class Pman_Core_NotifySend extends Pman
     function makeEmail($object, $rcpt, $last_sent_date, $notify, $force =false)
     {
         $m = 'notify'. $notify->evtype;
-        var_dump($m);
+        var_dump(get_class($object) . '::' .$m);
         
         if (!empty($notify->evtype) && method_exists($object,$m)) {
             return $object->$m($rcpt, $last_sent_date, $notify, $force);