Bug #20186 ยป 10698.diff
t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php (working copy) | ||
---|---|---|
}
|
||
$dataPath = $this->cacheDirectory . 'data/' . $this->cache->getIdentifier() . '/';
|
||
$tagsPath = $this->cacheDirectory . 'tags/' . $this->cache->getIdentifier() . '/';
|
||
$tagsPath = $this->cacheDirectory . 'tags/';
|
||
t3lib_div::rmdir($dataPath, true);
|
||
t3lib_div::rmdir($tagsPath, true);
|