From 064abc8f111cf492b796e149b8e77bede2cba50e Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 13:10:09 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 62dccb2..3f8909f 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -46,12 +46,9 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $mailOptions = PEAR::getStaticProperty('Mail','options'); - $pg = HTML_FlexyFramework::get()->Mail; - - $pg['helo'] = 'test'; + HTML_FlexyFramework::get()->Mail['helo'] = 'test'; $pg = HTML_FlexyFramework::get()->Mail; - print_R($pg);exit; $this->opts = $opts; -- 2.39.2