From cc5ae9e3371009849beafd5e1d49be443da90112 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 19 Nov 2010 09:45:05 +0000 Subject: - Fix last commit --- program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index ec9b4ef0d..828a94f3b 100644 --- a/program/steps/mail/compose.inc +++ b/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