Mailer.php
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 09:11:31 +0000 (17:11 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 09:11:31 +0000 (17:11 +0800)
Mailer.php

index cee5d12..5fa0108 100644 (file)
@@ -172,7 +172,7 @@ class Pman_Core_Mailer {
 //            var_dump($htmlbody);exit;
             
             if($content->body_cls && strlen($content->body_cls)){
-//                $htmlbody = $this->htmlbodySetClass($htmlbody, $content->body_cls);
+                $htmlbody = $this->htmlbodySetClass($htmlbody, $content->body_cls);
             }
             
             if ($this->replaceImages) {