Skip to content
Snippets Groups Projects
Commit 1106bd5c authored by Christian Eßl's avatar Christian Eßl Committed by Georg Ringer
Browse files

[BUGFIX] Cast values passed to htmlspecialchars to string in ArrayBrowser

The $key in ArrayBrowser can sometimes be numeric. Cast the $key to
string before handing it to htmlspecialchars() to prevent type errors.

Resolves: #90883
Releases: master
Change-Id: If5303800a0b8ef25521a8eb028ac0f11f8c5f648
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64005


Tested-by: default avatarGeorg Tiefenbrunn <georg.tiefenbrunn@gmail.com>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarGeorg Tiefenbrunn <georg.tiefenbrunn@gmail.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 9ef9496b
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