Actions
Bug #83442
closedMissing keyword "new"
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2017-12-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
file: /typo3_src/vendor/typo3fluid/fluid/src/Core/Parser/BooleanParser.php
function: parseTermToken
line: 320
throw new ParserException(sprintf('%t is not a valid expression term', $t));
Updated by Georg Ringer almost 7 years ago
- Status changed from New to Resolved
this has already been solved in fluid, see https://github.com/TYPO3/Fluid/blob/master/src/Core/Parser/BooleanParser.php and if you are using composer, you will already get fixed version. with non composer installations, next version will probably fix it there as well.
Actions