NotifySend.php
[Pman.Core] / NotifySend.php
index 8c5d567..cfbfa2c 100644 (file)
@@ -476,6 +476,7 @@ class Pman_Core_NotifySend extends Pman
         //var_dump($m);
         
         if (!empty($notify->evtype) && method_exists($object,$m)) {
+            print_r($notify->evtype);
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }