1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

fixes #3637: switched constructor from PclZip to __construct

This commit is contained in:
Achim Ennenbach
2019-01-23 19:04:40 +01:00
parent f1d2ca4465
commit 6999c48f57

View File

@@ -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 // Note that no real action is taken, if the archive does not exist it is not
// created. Use create() for that. // created. Use create() for that.
// -------------------------------------------------------------------------------- // --------------------------------------------------------------------------------
function PclZip($p_zipname) function __construct($p_zipname)
{ {
// ----- Tests the zlib // ----- Tests the zlib