diff options
author | alecpl <alec@alec.pl> | 2011-12-02 09:58:03 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-02 09:58:03 +0000 |
commit | e237eec8468e99b65a9160a0a3f07529b92725e3 (patch) | |
tree | 7dc3356870ba062c595c2901ed1aac1e0d483252 /program/steps/mail/func.inc | |
parent | a691021389779487e93370ad4c4120cd0ee516b7 (diff) |
- Applied fixes from trunk up to r5526
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 c070dad3a..b0a1e95bd 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1424,7 +1424,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'); } |