summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-10-26 12:39:25 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-10-26 12:39:25 +0000
commit8bd47a2dcacc708ab5438b8e4b40be18e25ce83e (patch)
tree5556467665f35f912e3aa770aef887ad9ce9298d /roundcubemail/program/steps/mail
parent53a224f6c7990a2b24000f597216abed6f67126b (diff)
- Fix removing compose data from session after sending a message
git-svn-id: https://svn.roundcube.net/trunk@5368 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
-rw-r--r--roundcubemail/program/steps/mail/func.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc
index f9352a3df..7ea2f291e 100644
--- a/roundcubemail/program/steps/mail/func.inc
+++ b/roundcubemail/program/steps/mail/func.inc
@@ -1427,6 +1427,7 @@ function rcmail_compose_cleanup($id)
$rcmail = rcmail::get_instance();
$rcmail->plugins->exec_hook('attachments_cleanup', array('group' => $id));
$rcmail->session->remove('compose_data_'.$id);
+ $rcmail->session->remove('compose');
}