Project

General

Profile

Actions

Bug #105268

closed

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

Added by Remo H. 17 days ago. Updated 12 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 #1

Updated by Garvin Hicking 17 days ago

  • Category set to Caching
Actions #2

Updated by Gerrit Code Review 17 days ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86553

Actions #3

Updated by Anonymous 17 days ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack 12 days ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF