Project

General

Profile

Actions

Bug #99876

closed

Undefined array key "SYS_LASTCHANGED" in TypoScriptFrontendController.php:2420

Added by Thomas Hohn over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
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

Also available in: Atom PDF