nwm-dev
Results
2
comments of
nwm-dev
**Unclosed '{' on line 164 does not match ')'** in /vhs/Classes/ViewHelpers/Resource/AbstractImageViewHelper.php line 165 New Code: $typoscript = (new TsfeUtility())->getTyposcriptSetupArray();
Fixed an Issue, where the `v:condition.string.contains` ViewHelper calls a removed function `evaluateCondition` in /vendor/fluidtypo3/vhs/Classes/ViewHelpers/Condition/String/ContainsViewHelper.php on line 32 affected line: `protected static function evaluateCondition($arguments = null)` fixed line: `public static function...