aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/cache/driver/file.php')
-rw-r--r--phpBB/phpbb/cache/driver/file.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/phpbb/cache/driver/file.php b/phpBB/phpbb/cache/driver/file.php
index 7f8c646a11..19596f5205 100644
--- a/phpBB/phpbb/cache/driver/file.php
+++ b/phpBB/phpbb/cache/driver/file.php
@@ -228,9 +228,7 @@ class phpbb_cache_driver_file extends phpbb_cache_driver_base
elseif (strpos($filename, 'container_') === 0 ||
strpos($filename, 'url_matcher') === 0 ||
strpos($filename, 'sql_') === 0 ||
- strpos($filename, 'data_') === 0 ||
- strpos($filename, 'ctpl_') === 0 ||
- strpos($filename, 'tpl_') === 0)
+ strpos($filename, 'data_') === 0)
{
$this->remove_file($fileInfo->getPathname());
}