NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 3 Apr 2014 07:22:05 +0000 (15:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Apr 2014 07:22:05 +0000 (15:22 +0800)
NotifySend.php

index b4575ef..059dbcf 100644 (file)
@@ -479,6 +479,7 @@ class Pman_Core_NotifySend extends Pman
         var_dump(get_class($object) . '::' .$m);
         
         if (!empty($notify->evtype) && method_exists($object,$m)) {
+            echo "calling :" . get_class($object) . '::' .$m . "\n";
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }