Actions
Bug #91188
closedChange cache_runtime to runtime
Start date:
2020-04-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A PHP Deprecated is thrown when accessing the BE:
Accessing a cache with the "cache_" prefix as in "cache_runtime" is not necessary anymore, and should be called without the cache prefix. in typo3\sysext\core\Classes\Cache\CacheManager.php on line 138
Reason is a forgotten occurrence of "cache_runtime" in typo3\sysext\backend\Classes\View\BackendLayout\ContentFetcher.php, line 262.
It should be adjusted to "runtime" only.
Actions