mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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:
@@ -835,6 +835,8 @@ class template_compile
|
|||||||
|
|
||||||
phpbb_chmod($filename, CHMOD_WRITE);
|
phpbb_chmod($filename, CHMOD_WRITE);
|
||||||
|
|
||||||
|
clearstatcache(false, $filename);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user