DOMDocument not domDocument

This commit is contained in:
MarkBaker 2014-07-22 23:48:32 +01:00
parent 87be8d3d8e
commit 9065cab60c
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ class PHPExcel_Reader_HTML extends PHPExcel_Reader_Abstract implements PHPExcel_
$objPHPExcel->setActiveSheetIndex( $this->_sheetIndex );
// Create a new DOM object
$dom = new domDocument;
$dom = new DOMDocument;
// Reload the HTML file into the DOM object
$loaded = $dom->loadHTMLFile($pFilename, PHPExcel_Settings::getLibXmlLoaderOptions());
if ($loaded === FALSE) {