mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°8637 - Alerts from dependabot, vulnerable libraries
- remove deprecated call to getExpressionParser
This commit is contained in:
@@ -55,7 +55,7 @@ class UIBlockParser extends AbstractTokenParser
|
||||
|
||||
$sType = $oStream->expect(Token::NAME_TYPE)->getValue();
|
||||
|
||||
$oParams = $this->parser->getExpressionParser()->parseExpression();
|
||||
$oParams = $this->parser->parseExpression();
|
||||
|
||||
$oStream->expect(Token::BLOCK_END_TYPE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user