NotifySend.php
authorEdward <edward@roojs.com>
Wed, 2 Jul 2014 09:59:56 +0000 (17:59 +0800)
committerEdward <edward@roojs.com>
Wed, 2 Jul 2014 09:59:56 +0000 (17:59 +0800)
NotifySend.php

index e03a485..022cc8e 100644 (file)
@@ -477,7 +477,7 @@ class Pman_Core_NotifySend extends Pman
     {
         $m = 'notify'. $notify->evtype;
         //var_dump(get_class($object) . '::' .$m);
-        
+        echo $m . "\n";
         if (!empty($notify->evtype) && method_exists($object,$m)) {
             echo "calling :" . get_class($object) . '::' .$m . "\n";
             return $object->$m($rcpt, $last_sent_date, $notify, $force);