Fix variable name
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 12 Dec 2008 18:03:38 +0000 (11:03 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 12 Dec 2008 18:03:38 +0000 (11:03 -0700)
imp/compose.php

index e17d66a..558da75 100644 (file)
@@ -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':