From ea66cef9bc7e1b3667893a267a9eaea357417f28 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 26 Oct 2011 12:39:25 +0000 Subject: - Fix removing compose data from session after sending a message --- program/steps/mail/func.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/steps/mail') 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'); } -- cgit v1.2.3