Actions
Bug #104975
closedUndefined property when loading page from cache and [FE][debug]=1
Start date:
2024-09-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
#102422 removed the property cacheExpires
from TSFE. However, this property is still accessed in PrepareTypoScriptFrontendRendering
middleware when [FE][debug]
is enabled. This currently raises a warning when a page content was loaded from cache.
Actions