Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Mon, 15 Feb 2016 01:47:56 +0000 (09:47 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Feb 2016 01:47:56 +0000 (09:47 +0800)
Report/SendEventErrors.php

index 827558d..3f306b8 100644 (file)
@@ -140,9 +140,10 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         $errors = $events->fetchAll();
         
         if(!empty($this->opts['host'])){
+            // reset the mail settings..
             HTML_FlexyFramework::get()->Mail = array(
                                         'host' = $this->opts['host']
-                                    );
+            );
         }
         
         if(!empty($this->opts['helo'])){