summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-02 02:52:10 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-02 02:52:10 +0000
commit44cf96bfbe09030a8ef74fb83fea244fd40dba3e (patch)
tree716f83a9933f228a2fb30e250f0fcdb0244e619a /roundcubemail/index.php
parent34a424024996c1391bf2500de40cdb7538a9dd7d (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.php2
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();