Actions
Bug #78858
closedBackendUtility::explodeSoftRefParserList(): $parserList may be null
Start date:
2016-12-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
The method BackendUtility::explodeSoftRefParserList()
has a guard that checks for $parserList
being an empty string. This is not quite correct, as $parserList is null in that case.
Actions