From: edward Date: Mon, 26 Mar 2018 08:50:20 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0b1641aa8c30950d790631ebd394d22e42c7ef61 Mailer.php --- 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();