Project

General

Profile

Actions

Bug #98995

closed

Undefined array key "SYS_LASTCHANGED" in ContentObjectRenderer.php:1189

Added by Christian Toffolo over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2022-11-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Here in method 'lastChanged'

(int)$tsfe->register['SYS_LASTCHANGED'])
should be:
(int)($tsfe->register['SYS_LASTCHANGED'] ?? 0)
?

Actions

Also available in: Atom PDF