From 70205c746e469a7197ee7d07b9cca2bc5c3edaed Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 23 Feb 2007 18:17:01 +0000 Subject: [PATCH] Some more notices are now out. Caused by current_language() Merged from MOODLE_18_STABLE --- install.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5