diff --git a/export.php b/export.php index 79fb4888f..347539f5f 100644 --- a/export.php +++ b/export.php @@ -586,7 +586,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();