diff options
Diffstat (limited to 'phpBB/includes/functions_template.php')
-rw-r--r-- | phpBB/includes/functions_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php index ee5c7d7b72..4e2836590e 100644 --- a/phpBB/includes/functions_template.php +++ b/phpBB/includes/functions_template.php @@ -835,7 +835,7 @@ class template_compile phpbb_chmod($filename, CHMOD_WRITE); - clearstatcache(false, $filename); + clearstatcache(); return true; } |