Skip to content

Commit

Permalink
Update pclzip.lib.php
Browse files Browse the repository at this point in the history
Fix deprecated construct definition
  • Loading branch information
Carlimeunier authored Feb 27, 2018
1 parent c97cd36 commit f78ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_ext/pclzip/pclzip.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit f78ce9a

Please sign in to comment.