From 8a447e5c940231e5547004c8343801b7f59f1df9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 14 May 2007 18:55:29 +0200 Subject: typo fix in compression method check FS#919 darcs-hash:20070514165529-7ad00-bf2cd39a2e34b03aa8d10dd8ca943b0b27127e79.gz --- inc/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/init.php b/inc/init.php index 8469a8230..d59b2088e 100644 --- a/inc/init.php +++ b/inc/init.php @@ -110,7 +110,7 @@ $_REQUEST = array_merge($_GET,$_POST); // disable gzip if not available - if($conf['compression'] == 'bz' && !function_exists('bzopen')){ + if($conf['compression'] == 'bz2' && !function_exists('bzopen')){ $conf['compression'] = 'gz'; } if($conf['compression'] == 'gz' && !function_exists('gzopen')){ -- cgit v1.2.3