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

index 3472d81..94036b0 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($m);exit;
+            print_r($object);exit;
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }