NotifySend.php
authorEdward <edward@roojs.com>
Thu, 2 Jan 2014 07:24:47 +0000 (15:24 +0800)
committerEdward <edward@roojs.com>
Thu, 2 Jan 2014 07:24:47 +0000 (15:24 +0800)
NotifySend.php

index c8dae5e..3472d81 100644 (file)
@@ -476,7 +476,7 @@ class Pman_Core_NotifySend extends Pman
         //var_dump($m);
         
         if (!empty($notify->evtype) && method_exists($object,$m)) {
-            print_r('aa');exit;
+            print_r($m);exit;
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }