mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°8306 - Wrong line number error if XML is over 65535 lines
This commit is contained in:
@@ -73,7 +73,7 @@ class DesignDocument extends DOMDocument
|
||||
|
||||
public function loadXML(string $source, int $options = 0)
|
||||
{
|
||||
parent::loadXML($source, $options | LIBXML_BIGLINES);
|
||||
return parent::loadXML($source, $options | LIBXML_BIGLINES);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user