NotifySend.php
authorEdward <edward@roojs.com>
Thu, 27 Aug 2015 09:31:18 +0000 (17:31 +0800)
committerEdward <edward@roojs.com>
Thu, 27 Aug 2015 09:31:18 +0000 (17:31 +0800)
NotifySend.php

index 6617a75..fed4eae 100644 (file)
@@ -517,7 +517,6 @@ class Pman_Core_NotifySend extends Pman
     function makeEmail($object, $rcpt, $last_sent_date, $notify, $force =false)
     {
         $m = 'notify'. $notify->evtype;
-        
         //var_dump(get_class($object) . '::' .$m);
         if (!empty($notify->evtype) && method_exists($object,$m)) {
             echo "calling :" . get_class($object) . '::' .$m . "\n";