diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-01 07:21:14 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-01 07:21:14 +0000 |
| commit | 1596754b67a84823ef86b171faeae56aacc8560c (patch) | |
| tree | 4545801245a13dfc18c869cb6b879df5f679311c /roundcubemail/program/steps/mail/get.inc | |
| parent | 091eddb606d4af16c0102126ca65eb562eb54929 (diff) | |
- get rid of some hardcoded action names and move decission about output compression to the user
git-svn-id: https://svn.roundcube.net/trunk@2586 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/get.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/get.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc index d2863e8bc..cf66914d7 100644 --- a/roundcubemail/program/steps/mail/get.inc +++ b/roundcubemail/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'])) { |
