From f78ce9ac8de837ed16c2e718158cd591e42da48f Mon Sep 17 00:00:00 2001 From: Carlimeunier Date: Tue, 27 Feb 2018 16:39:26 +0100 Subject: [PATCH] Update pclzip.lib.php Fix deprecated construct definition --- lib_ext/pclzip/pclzip.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_ext/pclzip/pclzip.lib.php b/lib_ext/pclzip/pclzip.lib.php index ad759f3..305b1fd 100644 --- a/lib_ext/pclzip/pclzip.lib.php +++ b/lib_ext/pclzip/pclzip.lib.php @@ -194,7 +194,7 @@ class PclZip // Note that no real action is taken, if the archive does not exist it is not // created. Use create() for that. // -------------------------------------------------------------------------------- - function PclZip($p_zipname) + function __construct($p_zipname) { //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, 'PclZip::PclZip', "zipname=$p_zipname");