Skip to content

Commit 99015cf

Browse files
committed
Version 1.1.0 commit
1 parent dae6462 commit 99015cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EasyCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private function compress($contents) {
170170
*/
171171
private function uncompress($contents) {
172172
if (function_exists('gzinflate')) {
173-
$contents = gzinflate($contents, $this->within($this->compress_level, 1, 9));
173+
$contents = gzinflate($contents);
174174
}
175175
return $contents;
176176
}

0 commit comments

Comments
 (0)