Project

General

Profile

Bug #31241 » forge_31241.patch

Oliver Hader, 2011-10-24 23:42

View differences:

t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php
* @api
*/
protected function isCacheFileExpired($cacheEntryPathAndFilename) {
clearstatcache();
if (file_exists($cacheEntryPathAndFilename) === FALSE) {
return TRUE;
}
(2-2/2)