1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Clear the stat cache of cache files after writing them

git-svn-id: file:///svn/phpbb/trunk@9143 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2008-12-01 16:56:57 +00:00
parent f49fe16766
commit be17000b92

View File

@@ -835,6 +835,8 @@ class template_compile
phpbb_chmod($filename, CHMOD_WRITE);
clearstatcache(false, $filename);
return true;
}