Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 05:17:34 +0000 (13:17 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 05:17:34 +0000 (13:17 +0800)
Report/SendEventErrors.php

index 4ea888e..b548088 100644 (file)
@@ -147,6 +147,10 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             HTML_FlexyFramework::get()->Mail['host'] = $this->opts['host'];
         }
         
+        $pg = HTML_FlexyFramework::get()->Mail;
+        
+        print_R($pg);
+        
         $content = array(
             'template'      => 'EVENT_ERRORS_REPORT',
             'rcpts'         => $rcpts,