From 031525e01c702bc5acc30bd156f37379ca100c74 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 19 Nov 2010 09:45:05 +0000 Subject: - Fix last commit git-svn-id: https://svn.roundcube.net/trunk@4236 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index ec9b4ef0d..828a94f3b 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -505,7 +505,7 @@ function rcmail_compose_header_from($attrib) else { $field_attrib['class'] = 'from_address'; $input_from = new html_inputfield($field_attrib); - $out = $input_from->show($from_id); + $out = $input_from->show($_POST['_from']); } return $out; -- cgit v1.2.3