From: Michael M Slusarz Date: Mon, 26 Jul 2010 21:15:33 +0000 (-0600) Subject: Missed a place to indicate HTML images are blocked X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=049cf7a627bcf0bb6a79b6f7a5851dc4d752b522;p=horde.git Missed a place to indicate HTML images are blocked --- 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]; }