From 96dbec190d8ded018659dcc44c29590c0687677e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 11 Nov 2008 18:59:08 -0700 Subject: [PATCH] Fix display --- imp/lib/Mime/Viewer/images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Mime/Viewer/images.php b/imp/lib/Mime/Viewer/images.php index d54f2b1c9..d70164e3f 100644 --- a/imp/lib/Mime/Viewer/images.php +++ b/imp/lib/Mime/Viewer/images.php @@ -81,7 +81,7 @@ class IMP_Horde_Mime_Viewer_images extends Horde_Mime_Viewer_images /* Viewing inline, and the browser can handle the image type * directly. So output an tag to load the image. */ return array( - 'data' => Horde::img($this->_params['contents']->urlView($this->_mimepart, 'view_attach'), $this->_mimepart->getName(true), null, '') + 'data' => Horde::img($this->_params['contents']->urlView($this->_mimepart, 'view_attach', array('params' => array('img_data' => 1))), $this->_mimepart->getName(true), null, '') ); } else { return $this->_renderInfo(); -- 2.11.0