aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions_template.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php
index 71de53b4c4..ee5c7d7b72 100644
--- a/phpBB/includes/functions_template.php
+++ b/phpBB/includes/functions_template.php
@@ -835,6 +835,8 @@ class template_compile
phpbb_chmod($filename, CHMOD_WRITE);
+ clearstatcache(false, $filename);
+
return true;
}