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']; }
Actions