From 42a2fb239a4be1a6bec9487770c3001cd1357bd0 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag <klapinklapin@gmail.com> Date: Sat, 19 Mar 2016 02:16:11 +0100 Subject: [PATCH] Not needed due to use of more general functions --- inc/io.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/io.php b/inc/io.php index bb0d557cd..eb0249a22 100644 --- a/inc/io.php +++ b/inc/io.php @@ -790,8 +790,6 @@ function io_getSizeFile($file) { if (!file_exists($file)) return 0; if(substr($file,-3) == '.gz'){ - if(!DOKU_HAS_GZIP) return 0; - $fp = @fopen($file, "rb"); if($fp === false) return 0; -- GitLab