FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
189 stars 228 forks source link

[BUGFIX] PageService 11LTS compatibility #1753

Closed stigfaerch closed 2 years ago

stigfaerch commented 2 years ago

I know this is not the wanted solution as @NamelessCoder requested a factory class for creating the PageRepository object. But the current solution does not work for me, as calls to constants like PageRepository::DOKTYPE_BE_USER_SECTION are not covered yet. This one fixes #1749 for me.