summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-19 09:45:05 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-19 09:45:05 +0000
commit031525e01c702bc5acc30bd156f37379ca100c74 (patch)
tree2050be3e2f927b71766494029a72739f3888a9dc
parent91a10ee1f8daba6b990a6cdb4fb7454205b231ee (diff)
- Fix last commit
git-svn-id: https://svn.roundcube.net/trunk@4236 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
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;