Actions
Bug #84929
closedFix undefined index notices
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
Start date:
2018-05-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
When accessing the page module with notices enabled a bunch of "undefined index" messages is being thrown. When accessing an array use the coalesce operator "??" or the isset() function to catch undefined index messages.
Actions