mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-14 11:35:33 +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:
parent
f49fe16766
commit
be17000b92
@ -835,6 +835,8 @@ class template_compile
|
|||||||
|
|
||||||
phpbb_chmod($filename, CHMOD_WRITE);
|
phpbb_chmod($filename, CHMOD_WRITE);
|
||||||
|
|
||||||
|
clearstatcache(false, $filename);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user