mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-02-18 07:23:16 +03:00
Fix to rewind filepointer when testing BOM marker
This commit is contained in:
parent
7a7634fba6
commit
f44b412420
@ -144,7 +144,7 @@ class PHPExcel_Reader_CSV extends PHPExcel_Reader_Abstract implements PHPExcel_R
|
||||
*/
|
||||
protected function _skipBOM()
|
||||
{
|
||||
rewind($fileHandle);
|
||||
rewind($this->_fileHandle);
|
||||
|
||||
switch ($this->_inputEncoding) {
|
||||
case 'UTF-8':
|
||||
|
Loading…
x
Reference in New Issue
Block a user