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

Merge pull request #3638 from SimSync/fix_3637

Switched PclZip constructor to __construct
This commit is contained in:
Cameron
2019-01-23 14:28:44 -08:00
committed by GitHub

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
// created. Use create() for that.
// --------------------------------------------------------------------------------
function PclZip($p_zipname)
function __construct($p_zipname)
{
// ----- Tests the zlib