Mailer.php
[Pman.Core] / Mailer.php
index 3c4575b..be3284f 100644 (file)
@@ -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';