Skip to content
Snippets Groups Projects
Commit 4d8d31f0 authored by Torben Hansen's avatar Torben Hansen Committed by Benni Mack
Browse files

[BUGFIX] Correctly add uids to clearCacheForTables

In clearCacheForRecord() record uids are not added
to the previously initialized array, but they overwrite
the array resulting in an exception when
clearCachesOfRegisteredPageIds is called.

This change ensures uids are correctly added to the array.

Resolves: #94740
Related: #94703
Releases: master
Change-Id: Ie784c556201731673ec9c5e3196c93b19211a3e1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70282


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent aefcfbed
Branches
Tags
No related merge requests found
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