We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a7ae7 commit 567923bCopy full SHA for 567923b
core/iTopConfigParser.php
@@ -37,7 +37,7 @@ class iTopConfigParser
37
*/
38
public function __construct($sConfig)
39
{
40
- $oParser = (new ParserFactory())->createForHostVersion();
+ $oParser = (new ParserFactory())->createForNewestSupportedVersion();
41
42
$this->aVarsMap = array(
43
'MySettings' => array(),
datamodels/2.x/itop-config/src/Validator/iTopConfigAstValidator.php
@@ -23,7 +23,7 @@ class iTopConfigAstValidator
23
24
public function Validate($sConfig)
25
26
27
28
$oNodeVisitor = new ConfigNodesVisitor();
29
0 commit comments