Forward any parameters passed to this Viewer.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 12 Nov 2008 06:53:08 +0000 (23:53 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 12 Nov 2008 06:53:08 +0000 (23:53 -0700)
imp/lib/Mime/Viewer/alternative.php

index 4d7c3af..2dd2d76 100644 (file)
@@ -67,7 +67,7 @@ class IMP_Horde_Mime_Viewer_alternative extends Horde_Mime_Viewer_Driver
             );
         }
 
-        $render_data = $this->_params['contents']->renderMIMEPart($display_id, 'inline');
+        $render_data = $this->_params['contents']->renderMIMEPart($display_id, 'inline', array('params' => $this->_params));
 
         return array(
             'data' => $render_data['data'],