diff options
author | alecpl <alec@alec.pl> | 2009-06-01 07:21:14 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-06-01 07:21:14 +0000 |
commit | d51c93b43e4b24b56e5c225154be4a60fcb418c6 (patch) | |
tree | 6ff1359de517f9f6dea04c5ebf2503b81be35825 /program/steps/mail/get.inc | |
parent | c52d9afae0b029a2e66d5ba5f4e9253bb24e7202 (diff) |
- get rid of some hardcoded action names and move decission about output compression to the user
Diffstat (limited to 'program/steps/mail/get.inc')
-rw-r--r-- | program/steps/mail/get.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc index d2863e8bc..cf66914d7 100644 --- a/program/steps/mail/get.inc +++ b/program/steps/mail/get.inc @@ -33,6 +33,7 @@ if (!empty($_GET['_preload'])) { exit; } +ob_end_clean(); // similar code as in program/steps/mail/show.inc if (!empty($_GET['_uid'])) { |