Fix to new PCLZip wrapper locateName() method
This commit is contained in:
parent
51a1661c79
commit
7fb98dbcd5
|
@ -118,7 +118,7 @@ class PHPExcel_Shared_ZipArchive
|
||||||
* @param string $fileName Filename for the file in zip archive
|
* @param string $fileName Filename for the file in zip archive
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function locateName($name)
|
public function locateName($fileName)
|
||||||
{
|
{
|
||||||
$list = $this->_zip->listContent();
|
$list = $this->_zip->listContent();
|
||||||
$listCount = count($list);
|
$listCount = count($list);
|
||||||
|
|
Loading…
Reference in New Issue