From: Michael M Slusarz Date: Tue, 6 Oct 2009 23:32:59 +0000 (-0600) Subject: Fix variable typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9623c2836a232db8b9d3533f37559dd5d1a5469e;p=horde.git Fix variable typo --- diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index c8e66847d..bd94ac82b 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -986,7 +986,7 @@ class IMP_Compose $htmlBody->setCharset($charset); $htmlBody->setDisposition('inline'); $htmlBody->setDescription(Horde_String::convertCharset(_("HTML Version of Message"), $nls_charset, $charset)); - $htmlBody->setContents(Horde_Text_Filter::filter($msg, 'cleanhtml', array('charset' => $charset))); + $htmlBody->setContents(Horde_Text_Filter::filter($body_html, 'cleanhtml', array('charset' => $charset))); $textBody->setDescription(Horde_String::convertCharset(_("Plaintext Version of Message"), $nls_charset, $charset));