mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-12 02:56:44 +00:00
Fix to new PCLZip wrapper locateName() method
This commit is contained in:
@@ -118,7 +118,7 @@ class PHPExcel_Shared_ZipArchive
|
||||
* @param string $fileName Filename for the file in zip archive
|
||||
* @return boolean
|
||||
*/
|
||||
public function locateName($name)
|
||||
public function locateName($fileName)
|
||||
{
|
||||
$list = $this->_zip->listContent();
|
||||
$listCount = count($list);
|
||||
|
||||
Reference in New Issue
Block a user