]> git.mjollnir.org Git - moodle.git/commitdiff
Some more notices are now out. Caused by current_language()
authorstronk7 <stronk7>
Fri, 23 Feb 2007 18:17:01 +0000 (18:17 +0000)
committerstronk7 <stronk7>
Fri, 23 Feb 2007 18:17:01 +0000 (18:17 +0000)
Merged from MOODLE_18_STABLE

install.php

index 0c8eebbd667271cd7017372fadac12c5f1960538..6c71c63bc5a002896c83831dc058074588fa8a3d 100644 (file)
@@ -127,6 +127,7 @@ $CFG->dataroot = $INSTALL['dataroot'];
 $CFG->admin = $INSTALL['admindirname'];
 $CFG->directorypermissions = 00777;
 $CFG->running_installer = true;
+$COURSE->id = 0;
 
 /// Include some moodle libraries