diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-22 13:32:34 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-22 13:32:34 +0000 |
commit | 8174462e895966ce18c336b60dda93e562f4096f (patch) | |
tree | fe66ca7fa6b892e1db0de0bd7cf889ce72ce8ee9 /phpBB/includes/functions_template.php | |
parent | a45ac24bd7f0b7ffba38827c43a853af32aa512f (diff) | |
download | forums-8174462e895966ce18c336b60dda93e562f4096f.tar forums-8174462e895966ce18c336b60dda93e562f4096f.tar.gz forums-8174462e895966ce18c336b60dda93e562f4096f.tar.bz2 forums-8174462e895966ce18c336b60dda93e562f4096f.tar.xz forums-8174462e895966ce18c336b60dda93e562f4096f.zip |
Merge chmod changes into trunk
git-svn-id: file:///svn/phpbb/trunk@8781 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_template.php')
-rw-r--r-- | phpBB/includes/functions_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php index 94b676a77c..0cdd5d21a3 100644 --- a/phpBB/includes/functions_template.php +++ b/phpBB/includes/functions_template.php @@ -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; } |