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

index f67e8c4..9c623a0 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('A');exit;
+            print_r($notify);exit;
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }