Actions
Bug #99134
closedPHP Warning: Undefined array key "HTMLparser" in ContentObjectRenderer.php line 1332
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-11-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The `stdWrap` function already has a lot of fixes for undefined array key, but still there are some if-clauses without checks.
I tried to rater fix this by adapting TypoScript code (e.g. defining HTMLparser=1
if subelements exist - however actually making the if clauses more robust is the more correct way as this results in the same behaviour as before.
Actions