Actions
Bug #20584
closedfunction tslib_fe->setPageCacheContent() removes page_cache entry twice
Start date:
2009-06-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
function tslib_fe->setPageCacheContent() calls clearPageCacheContent() to remove the cache entry before setting it.
function set() in all caching backends does this already automatically so the call to clearPageCacheContent() is not needed here.
Solution:
remove it
(issue imported from #M11288)
Files
Actions