From 6999c48f57941ba4f70f6f40c2919a6c964dfb2e Mon Sep 17 00:00:00 2001 From: Achim Ennenbach Date: Wed, 23 Jan 2019 19:04:40 +0100 Subject: [PATCH] fixes #3637: switched constructor from PclZip to __construct --- e107_handlers/pclzip.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/pclzip.lib.php b/e107_handlers/pclzip.lib.php index ef5e18e82..0969d1223 100644 --- a/e107_handlers/pclzip.lib.php +++ b/e107_handlers/pclzip.lib.php @@ -214,7 +214,7 @@ if (!defined('e107_INIT')) { exit; } // 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) { // ----- Tests the zlib