From: Michael M Slusarz Date: Wed, 12 Nov 2008 01:59:08 +0000 (-0700) Subject: Fix display X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=96dbec190d8ded018659dcc44c29590c0687677e;p=horde.git Fix display --- 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();