From f94ed7fc5e36e8020fffc018e150463da4d9e08c Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 12 Dec 2008 11:03:38 -0700 Subject: [PATCH] Fix variable name --- imp/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.11.0