Mailer.php
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 08:50:20 +0000 (16:50 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 08:50:20 +0000 (16:50 +0800)
Mailer.php

index f51c527..77d5d4c 100644 (file)
@@ -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();