From 44cf96bfbe09030a8ef74fb83fea244fd40dba3e Mon Sep 17 00:00:00 2001 From: till Date: Sat, 2 Feb 2008 02:52:10 +0000 Subject: * reverting patch from #1484236 git-svn-id: https://svn.roundcube.net/trunk@990 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3