diff options
author | thomascube <thomas@roundcube.net> | 2011-09-16 19:13:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-09-16 19:13:27 +0000 |
commit | 85993b24f8860d7674414fce18acaa8bcef359a5 (patch) | |
tree | f4d55ca5021b37c3e86fccb8ef7b7136efdc150d /program/steps/mail/sendmail.inc | |
parent | f593222ef5d5dc3b678618593abb873f4fcd4343 (diff) |
Backport r5226 to release 0.6 branch
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index f81c1529d..7850859f3 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -27,7 +27,7 @@ $OUTPUT->framed = TRUE; $savedraft = !empty($_POST['_draft']) ? true : false; $COMPOSE_ID = get_input_value('_id', RCUBE_INPUT_GPC); -$_SESSION['compose'] = $_SESSION['compose_data'][$COMPOSE_ID]; +$_SESSION['compose'] = $_SESSION['compose_data_'.$COMPOSE_ID]; /****** checks ********/ |