From: edward Date: Mon, 26 Mar 2018 08:54:17 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e89efd393e0d9011fd749be49ecedb53189137b0 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 3c4575b3..be3284f4 100644 --- a/Mailer.php +++ b/Mailer.php @@ -124,12 +124,8 @@ class Pman_Core_Mailer { $http_host = $ff->Pman['HTTP_HOST']; } - $content->HTTP_HOST = $http_host; - - - // this should be done by having multiple template sources...!!! require_once 'HTML/Template/Flexy.php';