From 8bd47a2dcacc708ab5438b8e4b40be18e25ce83e Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 26 Oct 2011 12:39:25 +0000 Subject: - Fix removing compose data from session after sending a message git-svn-id: https://svn.roundcube.net/trunk@5368 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 1 + 1 file changed, 1 insertion(+) 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'); } -- cgit v1.2.3