Project

General

Profile

Actions

Bug #105268

closed

Undefined array key "endtime" in CacheLifetimeCalculator.php:72

Added by Remo H. 17 days ago. Updated 13 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2024-10-10
Due date:
% Done:

100%

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

Description

Line $cacheTimeout = min($cacheTimeout, (int)$record[$field] - $GLOBALS['ACCESS_TIME']);
Should be $cacheTimeout = min($cacheTimeout, (int)$record[$timeField] - $GLOBALS['ACCESS_TIME']);

Actions

Also available in: Atom PDF