From 0b1641aa8c30950d790631ebd394d22e42c7ef61 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 16:50:20 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index f51c5274..77d5d4c7 100644 --- a/Mailer.php +++ b/Mailer.php @@ -459,7 +459,7 @@ class Pman_Core_Mailer { $doc = new HTML_CSS_InlineStyle($html); - $htmldoc->applyStylesheet($this->css_inline); + $doc->applyStylesheet($this->css_inline); $html = $htmldoc->getHTML(); -- 2.39.2