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

index a3b1540..8c7258c 100644 (file)
@@ -45,7 +45,9 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
     {
         $mailOptions = PEAR::getStaticProperty('Mail','options');
         
-        print_R($mailOptions);exit;
+        $pg = HTML_FlexyFramework::get()->Mail;
+        
+        print_R($pg);exit;
         
         $this->opts = $opts;