parent
eb762dea23
commit
492fb50744
1 changed files with 1 additions and 0 deletions
|
@ -838,6 +838,7 @@ class XmlDriver extends FileDriver
|
|||
protected function loadMappingFile($file)
|
||||
{
|
||||
$result = [];
|
||||
// Note: we do not use `simplexml_load_file()` because of https://bugs.php.net/bug.php?id=62577
|
||||
$xmlElement = simplexml_load_string(file_get_contents($file));
|
||||
|
||||
if (isset($xmlElement->entity)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue