From 65310d164c4cf1eca6c2344f866f195371cdb5d2 Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Fri, 27 Nov 2015 01:02:37 +0000 Subject: [PATCH] Change PCLZip constructor name to __construct ready for PHP7 --- Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php b/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php index 263137d..a5a9b0a 100644 --- a/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php +++ b/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php @@ -212,7 +212,7 @@ class PclZip // Note that no real action is taken, if the archive does not exist it is not // created. Use create() for that. // -------------------------------------------------------------------------------- - public function PclZip($p_zipname) + public function __construct($p_zipname) { // ----- Tests the zlib