NotifySend.php
authorEdward <edward@roojs.com>
Wed, 2 Jul 2014 10:00:09 +0000 (18:00 +0800)
committerEdward <edward@roojs.com>
Wed, 2 Jul 2014 10:00:09 +0000 (18:00 +0800)
NotifySend.php

index 022cc8e..0efbed5 100644 (file)
@@ -477,7 +477,7 @@ class Pman_Core_NotifySend extends Pman
     {
         $m = 'notify'. $notify->evtype;
         //var_dump(get_class($object) . '::' .$m);
-        echo $m . "\n";
+        echo "\n" . $m . "\n";
         if (!empty($notify->evtype) && method_exists($object,$m)) {
             echo "calling :" . get_class($object) . '::' .$m . "\n";
             return $object->$m($rcpt, $last_sent_date, $notify, $force);