NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:41:12 +0000 (18:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:41:12 +0000 (18:41 +0800)
NotifySend.php

index 82e46fb..eac0c32 100644 (file)
@@ -401,6 +401,7 @@ class Pman_Core_NotifySend extends Pman
     {
         $m = 'notify'. $notify->evtype;
         var_dump($m);
+        
         if (!empty($notify->evtype) && method_exists($object,'notify'. $notify->evtype)) {
             $object->$m($rcpt, $last_sent_date, $notify, $force);
         }