From 14556a8a15ac5daa959057b8aa0c5fb06ed5d1fc Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 17:04:05 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index aa57a8c5..686c89c9 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($content->body_cls); + $htmlbody = $this->htmlbodySetClass($htmlbody, $content->body_cls); } if ($this->replaceImages) { -- 2.39.2