From: edward Date: Mon, 26 Mar 2018 09:11:31 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=dd2826738e3c92c3932a555c3da09dde43852bed Mailer.php --- diff --git a/Mailer.php b/Mailer.php index cee5d128..5fa0108c 100644 --- a/Mailer.php +++ b/Mailer.php @@ -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) {