fix few Evaluators code

This commit is contained in:
odain
2025-09-04 22:41:14 +02:00
parent 86fe9d6a2b
commit af790269f0
10 changed files with 102 additions and 122 deletions

View File

@@ -21,7 +21,6 @@ class VariableEvaluator extends AbstractExprEvaluator {
}
$sVarname=$oExpr->name;
global $$sVarname;
return $$sVarname;
}