Skip to content
Snippets Groups Projects
Commit d79b3519 authored by Jochen Roth's avatar Jochen Roth Committed by Andreas Fernandez
Browse files

[BUGFIX] Fix undefined array key warning in AdministrationRepository

Running PHP8 on "Indexing Statistics" page an undefined array key
warning was thrown.

This is fixed by adding a null coalescing operator.

Resolves: #94845
Releases: master
Change-Id: If0668f528b314dd158acf29b5b744e6e4d0dc24d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70495


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent b7a74cc1
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment