Fix PclZip (PHP7 deprecated constructor)

This commit is contained in:
RainLoop Team 2016-05-07 18:54:36 +03:00
parent d5aca4e69a
commit cb006abbc1

View file

@ -214,7 +214,7 @@
// 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