Mailer.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 11:04:53 +0000 (19:04 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 11:04:53 +0000 (19:04 +0800)
Mailer.php

index 3922947..8ae5336 100644 (file)
@@ -140,7 +140,7 @@ class Pman_Core_Mailer {
             
             // for the html body, we may want to convert the attachments to images.
 //            var_dump($htmlbody);exit;
-            if (!$this->replaceImages)) {
+            if ($this->replaceImages) {
                 $htmlbody = $this->htmlbodytoCID($htmlbody);    
             }