Actions
Bug #20186
closedFilecache: Clear all caches doesn't clear tags directory
Start date:
2009-03-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The function flush is called with every type of cache configured. The type of cache is fetched by
$this->cache->getIdentifier()
which is eg cache_hash or cache_pages
The tags-directory doesn't use the identifier, so the searched path in tags-directory is wrong.
Solution: use tags-directory and remove it.
(issue imported from #M10698)
Files
Actions