Actions
Bug #99712
closedPHP Warning: Trying to access array offset on value of type null in /typo3_src-11.5.22/web/typo3/sysext/backend/Classes/Utility/BackendUtility.php line 1207
Start date:
2023-01-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The occur can occur if a fe_group is marked as hidden then the call to
$lRec = self::getRecordWSOL('fe_groups', $fe_group, 'title');
will yield that lRec becomes null and the succesive access to
$fe_groups[] = $lRec['title']
Will fail
Updated by Gerrit Code Review almost 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/+/77600
Updated by Gerrit Code Review almost 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/+/77578
Updated by Thomas Hohn almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2f89974cddc639300d8b104bdac706597b0aa46c.
Actions