Missed a place to indicate HTML images are blocked
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 26 Jul 2010 21:15:33 +0000 (15:15 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 26 Jul 2010 23:33:43 +0000 (17:33 -0600)
imp/lib/Mime/Viewer/Html.php

index aba2429..484cb8a 100644 (file)
@@ -363,6 +363,7 @@ class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html
     protected function _styleCallback($matches)
     {
         $this->_imptmp['node']->setAttribute('htmlimgblocked', $matches[2]);
+        $this->_imptmp['imgblock'] = true;
         return $matches[1] . $this->_imptmp['blockimg'] . $matches[3];
     }