CRM-19704: mailing body stripped if image only
authordeb.monish <monish.deb@jmaconsulting.biz>
Tue, 12 Dec 2017 15:58:15 +0000 (21:28 +0530)
committerdeb.monish <monish.deb@jmaconsulting.biz>
Tue, 12 Dec 2017 15:58:15 +0000 (21:28 +0530)
CRM/Mailing/BAO/Mailing.php

index 0bd1fa660e190723f840bfbb9614caedac212f65..fab0bcb82de38ab49141c857898830fdad0236f4 100644 (file)
@@ -796,7 +796,7 @@ ORDER BY   {$orderBy}
       }
 
       // To check for an html part strip tags
-      if (trim(strip_tags($this->body_html))) {
+      if (trim(strip_tags($this->body_html, '<img>'))) {
 
         $template = array();
         if ($this->header) {