Actions
Bug #96415
closedCan't localize rcords
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-12-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
TYPO3\CMS\Core\Error\Exception
PHP Warning: Undefined array key "action" in /sysext/core/Classes/DataHandling/DataHandler.php line 4672
DataHandler.php line 4672 is
$action = $command['action'];
needs to be like
$action = $command['action'] ?? '';
Thanks
Files
Actions