Skip to content
Snippets Groups Projects
Commit 9dd5e1a2 authored by Benjamin Franzke's avatar Benjamin Franzke Committed by Daniel Goerz
Browse files

[BUGFIX] Reinitialize PageRenderer after deserialization

Do not swap the global singleton instance, as
that would only update new classes that are
retrived though GeneralUtlity::makeInstance).
Existing ones (cached in already initialized
classes, or initialized via the symfony DI container
would not be updated).

Releases: master, 10.4
Resolves: #91316
Related: #87402
Related: #88179
Change-Id: Ibcd4ecd3418dd047861b83685a6664e391a8f66b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64419


Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 96d32831
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