From: Michael M Slusarz Date: Fri, 12 Dec 2008 18:03:38 +0000 (-0700) Subject: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f94ed7fc5e36e8020fffc018e150463da4d9e08c;p=horde.git Fix variable name --- diff --git a/imp/compose.php b/imp/compose.php index e17d66ace..558da758f 100644 --- a/imp/compose.php +++ b/imp/compose.php @@ -355,7 +355,7 @@ case 'forward_attachments': $format = $fwd_msg['format']; $rtemode = ($rtemode || (!is_null($rtemode) && ($format == 'html'))); $title = $header['title']; - $encoding = empty($charset) ? $reply_msg['encoding'] : $charset; + $encoding = empty($charset) ? $fwd_msg['encoding'] : $charset; break; case 'redirect_compose':