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.
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76763
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76775
Updated by J. Peter M. Schuler about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c2c3ecf8abf4677fb792f8f928619ad6f9c4a6e1.
Actions