mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge chmod changes into trunk
git-svn-id: file:///svn/phpbb/trunk@8781 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -722,7 +722,7 @@ class template_compile
|
||||
@flock($destination_handle, LOCK_UN);
|
||||
@fclose($destination_handle);
|
||||
|
||||
@chmod($filename, 0666);
|
||||
phpbb_chmod($filename, CHMOD_WRITE);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user