oups (sometimes php is not case sensitive...)

This commit is contained in:
Jean-Christian Paul Denis 2022-12-17 22:16:48 +01:00
parent 81d49adf53
commit 1ccf6d092b
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -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;