diff options
author | alecpl <alec@alec.pl> | 2011-10-26 12:39:25 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-10-26 12:39:25 +0000 |
commit | ea66cef9bc7e1b3667893a267a9eaea357417f28 (patch) | |
tree | 4614c3be37ebb2965771762b1bb47cf7295ef960 /program/steps | |
parent | 8a6503a23c48470f4bc98a21bde61490e0836bda (diff) |
- Fix removing compose data from session after sending a message
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index f9352a3df..7ea2f291e 100644 --- a/program/steps/mail/func.inc +++ b/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'); } |