diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-02 02:52:10 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-02 02:52:10 +0000 |
| commit | 44cf96bfbe09030a8ef74fb83fea244fd40dba3e (patch) | |
| tree | 716f83a9933f228a2fb30e250f0fcdb0244e619a /roundcubemail/index.php | |
| parent | 34a424024996c1391bf2500de40cdb7538a9dd7d (diff) | |
* reverting patch from #1484236
git-svn-id: https://svn.roundcube.net/trunk@990 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index d281ff6f4..1cea295be 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -103,7 +103,7 @@ if (empty($_task) || !in_array($_task, $MAIN_TASKS)) if ($_action != 'get' && $_action != 'viewsource') { // use gzip compression if supported - if (function_exists('ob_gzhandler') && ini_get('zlib.output_compression')) + if (function_exists('ob_gzhandler') && !ini_get('zlib.output_compression')) ob_start('ob_gzhandler'); else ob_start(); |
