diff options
author | alecpl <alec@alec.pl> | 2011-12-01 11:06:27 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-01 11:06:27 +0000 |
commit | 72ff6ae884dcd00d407354bb9d05418dbf256174 (patch) | |
tree | 4c00097bc62e22735d3fdab49f5e830b35164ee7 /program/steps/mail/func.inc | |
parent | 8751881e1d74825801c3148831d431be69a4e939 (diff) |
- Simplified compose session data handling, no need for session->cleanup()
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 07a3f071d..a1db45ec2 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1438,7 +1438,6 @@ 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'); } |