Mailer.php
authorAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 06:25:24 +0000 (14:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 06:25:24 +0000 (14:25 +0800)
Mailer.php

index 0dd7f0b..0f5bcc8 100644 (file)
@@ -86,7 +86,7 @@ class Pman_Core_Mailer {
             
             // for the html body, we may want to convert the attachments to images.
             
-            $this->htmlbodytoCID($htmlbody);
+            $htmlbody = $this->htmlbodytoCID($htmlbody);
             
              
         }