Project

General

Profile

Bug #20186 ยป 10698.diff

Administrator Admin, 2009-03-15 17:26

View differences:

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);
    (1-1/1)