Actions
Bug #99876
closedUndefined array key "SYS_LASTCHANGED" in TypoScriptFrontendController.php:2420
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
Start date:
2023-02-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We should add a null coalescing operator around the access to $this->register['SYS_LASTCHANGED'] - here
if ($this->page['SYS_LASTCHANGED'] < (int)$this->register['SYS_LASTCHANGED'] && !$this->doWorkspacePreview()) {
like in #98995
Actions