From 1ccf6d092b5bd46d0747adfcd3ff758af874d642 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 17 Dec 2022 22:16:48 +0100 Subject: [PATCH] oups (sometimes php is not case sensitive...) --- inc/class.filezip.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/class.filezip.php b/inc/class.filezip.php index b30aaba..c557e14 100644 --- a/inc/class.filezip.php +++ b/inc/class.filezip.php @@ -19,9 +19,9 @@ if (!defined('DC_CONTEXT_ADMIN')) { } /* clearbricks ns */ -use fileZip; +//use fileZip; -class FileZip extends fileZip +class FileZip extends \fileZip { /** @var boolean Remove comments from files content */ public static $remove_comment = false;