mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-02-06 01:39:24 +03:00
Change PCLZip constructor name to __construct ready for PHP7
This commit is contained in:
parent
ecdb406d4d
commit
65310d164c
@ -212,7 +212,7 @@ class PclZip
|
|||||||
// 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.
|
||||||
// --------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------
|
||||||
public function PclZip($p_zipname)
|
public function __construct($p_zipname)
|
||||||
{
|
{
|
||||||
|
|
||||||
// ----- Tests the zlib
|
// ----- Tests the zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user