Merge branch 'w30_MDL-40642_m26_umask' of https://github.com/skodak/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2013-07-23 23:42:11 +02:00
25 changed files with 50 additions and 15 deletions
+1
View File
@@ -2205,6 +2205,7 @@ class available_update_deployer {
if (!file_exists($filepath)) {
$success = file_put_contents($filepath, $password . PHP_EOL . $now . PHP_EOL, LOCK_EX);
chmod($filepath, $CFG->filepermissions);
}
}