mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Missing read permission from calls to phpbb_chmod()
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9208 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -755,7 +755,7 @@ class template_compile
|
||||
@flock($fp, LOCK_UN);
|
||||
@fclose($fp);
|
||||
|
||||
phpbb_chmod($filename, CHMOD_WRITE);
|
||||
phpbb_chmod($filename, CHMOD_READ | CHMOD_WRITE);
|
||||
}
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user