From: stronk7 Date: Fri, 23 Feb 2007 18:17:01 +0000 (+0000) Subject: Some more notices are now out. Caused by current_language() X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=70205c746e469a7197ee7d07b9cca2bc5c3edaed;p=moodle.git Some more notices are now out. Caused by current_language() Merged from MOODLE_18_STABLE --- diff --git a/install.php b/install.php index 0c8eebbd66..6c71c63bc5 100644 --- a/install.php +++ b/install.php @@ -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