DataObjects/Core_watch.php
[Pman.Core] / 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);    
             }