NotifySend.php
[Pman.Core] / NotifySend.php
index 47df5ec..0dbdef0 100644 (file)
@@ -478,9 +478,10 @@ class Pman_Core_NotifySend extends Pman
         //var_dump($m);
         
         if (!empty($notify->evtype) && method_exists($object,$m)) {
+            print_r('aa');
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }
-                
+            print_r('bb');    
         if (!method_exists($object, 'toEmail')) {
             //var_Dump($object);
             //exit;