From 049cf7a627bcf0bb6a79b6f7a5851dc4d752b522 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 26 Jul 2010 15:15:33 -0600 Subject: [PATCH] Missed a place to indicate HTML images are blocked --- imp/lib/Mime/Viewer/Html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/imp/lib/Mime/Viewer/Html.php b/imp/lib/Mime/Viewer/Html.php index aba242972..484cb8a9a 100644 --- a/imp/lib/Mime/Viewer/Html.php +++ b/imp/lib/Mime/Viewer/Html.php @@ -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]; } -- 2.11.0