Skip to content
Snippets Groups Projects
Commit fe8e7cda authored by Torben Hansen's avatar Torben Hansen Committed by Stefan Bürk
Browse files

[BUGFIX] Fix undefined array key warnings in DatabaseIntegrityController


Since #99739 the TCA types select, radio and check use associative
array keys for their items.

In ext:lowlevel DatabaseIntegrityController, some functions still access
indexed array keys, which leads to a PHP warning.

This change ensures that the associative array keys introduced in #99739
are used.

Resolves: #100521
Releases: main
Signed-off-by: default avatarTorben Hansen <derhansen@gmail.com>
Change-Id: I285215730bc391d7db6c795dbbdd9b1b0b9d447b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78529


Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 9040901c
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