Actions
Bug #99154
closedPHP Warning: Undefined array key 1 in ContentObjectRenderer::parseFuncInternal
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-11-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 v11, /typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 3736
While parsing outer tags there seems to be an undefined array if $stripNL
was not set, thus a null coalescing operator should be added.
Probably the 3 lines before this could be fixed as well for the same reason, but I don't know if ?? null
would work and dislike throwing a ?? ''
in without having a possibility to test that dedicatedly
Actions