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

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