diff --git a/export.php b/export.php index ce3c07bb1..5c882dc10 100644 --- a/export.php +++ b/export.php @@ -585,7 +585,7 @@ if (!empty($asfile)) { } // Do the compression - // 1. as a gzipped file + // 1. as a zipped file if ($compression == 'zip') { if (@function_exists('gzcompress')) { $zipfile = new zipfile();