Actions
Bug #98147
closedPHP warning when FlexForm is empty
Start date:
2022-08-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following PHP warning is thrown, when an empty FlexForm is provided:
Core: Error handler (BE): PHP Warning: Undefined array key "sDEF" in /path/to/website/public/typo3/sysext/backend/Classes/Form/Container/FlexFormNoTabsContainer.php line 58
The issue only occurs using PHP 8+
Actions