1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

merge in r9145

git-svn-id: file:///svn/phpbb/trunk@9147 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2008-12-01 17:28:32 +00:00
parent b68a102491
commit 45ac6aba10
2 changed files with 6 additions and 6 deletions

View File

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