fixed undifind variable in _skipBOM

This commit is contained in:
zordsdavini 2013-06-03 12:51:53 +03:00
parent 7a7634fba6
commit dd8c1414ca
1 changed files with 1 additions and 1 deletions

View File

@ -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':