Skip to content

Commit

Permalink
Bug #13598: Fix link when message styling is blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 24, 2014
1 parent f4c9f7f commit 6bd358b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imp/lib/Mime/Viewer/Html.php
Expand Up @@ -257,7 +257,9 @@ protected function _IMPrender($inline)
* within image blocking if possible. */
$tmp = new IMP_Mime_Status(array(
_("Message styling has been suppressed in this message part since the style data lives on a remote server."),
Horde::link('#', '', $class) . _("Load Styling?") . '</a>'
Horde::link('#', '', $class, '', '', '', '', array(
'muid' => strval($contents->getIndicesOb())
)) . _("Load Styling?") . '</a>'
));
$tmp->icon('mime/image.png');
$status[] = $tmp;
Expand Down

0 comments on commit 6bd358b

Please sign in to comment.