diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-10-26 12:39:25 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-10-26 12:39:25 +0000 |
| commit | 8bd47a2dcacc708ab5438b8e4b40be18e25ce83e (patch) | |
| tree | 5556467665f35f912e3aa770aef887ad9ce9298d | |
| parent | 53a224f6c7990a2b24000f597216abed6f67126b (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
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 1 |
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'); } |
