mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merged from MOODLE_14_STABLE
Fixes bug #2147 http://moodle.org/bugs/bug.php?op=show&bugid=2147 The config.php generated by install.php was missing $CFG->admin -- credit goes to serge.laot@wanadoo.fr for the report and patch.
This commit is contained in:
parent
a45de11f5b
commit
e35d275e1f
@ -303,6 +303,7 @@ if ($nextstage == 5) {
|
||||
$str .= '$CFG->wwwroot = \''.$INSTALL['wwwroot']."';\r\n";
|
||||
$str .= '$CFG->dirroot = \''.$INSTALL['dirroot']."';\r\n";
|
||||
$str .= '$CFG->dataroot = \''.$INSTALL['dataroot']."';\r\n";
|
||||
$str .= '$CFG->admin = \''.$INSTALL['admindirname']."';\r\n";
|
||||
$str .= "\r\n";
|
||||
|
||||
$str .= '$CFG->directorypermissions = 0777;'."\r\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user