Actions
Bug #98469
closedPHP Warning: Undefined array key "nonWrappedTag" in typo3_src-11.5.16/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 3812
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2022-09-29
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 "nonWrappedTag" in typo3_src-11.5.16/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 3812
$nonWrappedTag = $conf['nonWrappedTag'];
could be?
$nonWrappedTag = ''; if (isset($conf['nonWrappedTag'])){ $nonWrappedTag = $conf['nonWrappedTag']; }
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/+/76080
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/+/76058
Updated by Christian Kuhn about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f726ec234b7168be3f5daad86eb6b8c084ecc55a.
Actions