From: Michael M Slusarz Date: Thu, 29 Oct 2009 04:42:26 +0000 (-0600) Subject: Fix setting status information in array. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ef2e70f450e6940b8503afced4848585ec3f2884;p=horde.git Fix setting status information in array. --- 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")))