Actions
Bug #99159
closed[BUGFIX] Avoid undefined array key in ContentObjectRenderer::noTrimWrap
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
PHP Warning: Undefined array key 2 in typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5350
While ContentObjectRenderer:wrap() already has a PHP 8.1 undefined array key fallback for incomplete wraps, noTrimWrap is missing these.
Actions