From ef2e70f450e6940b8503afced4848585ec3f2884 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 28 Oct 2009 22:42:26 -0600 Subject: [PATCH] Fix setting status information in array. --- imp/lib/Contents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Contents.php b/imp/lib/Contents.php index 64d49b2c8..c397ae16f 100644 --- a/imp/lib/Contents.php +++ b/imp/lib/Contents.php @@ -451,7 +451,7 @@ class IMP_Contents $charset_upper = Horde_String::upper($mime_part->getCharset()); if (($charset_upper != 'US-ASCII') && ($charset_upper != $default_charset)) { - $ret['status'][] = array( + $ret[$mime_id]['status'][] = array( 'text' => array( sprintf(_("This message was written in a character set (%s) other than your own."), htmlspecialchars($charset_upper)), sprintf(_("If it is not displayed correctly, %s to open it in a new window."), $this->linkViewJS($mime_part, 'view_attach', _("click here"))) -- 2.11.0