Actions
Bug #99696
closedThe function _parseFunc lacks a check for $tag[0] is empty
Start date:
2023-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This conditions lacks a check for if $tag0 is empty
if ($tag[0][0] === '/') { $tag[0] = substr($tag[0], 1); $tag['out'] = 1; }
in the _parseFunc line 3691
Updated by Thomas Hohn almost 2 years ago
- Status changed from New to Closed
Seems to be a duplicate of #99073
Actions