From 9988588aed51b04624fdfa1c73895f992b424ca7 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 23 Feb 2007 18:15:56 +0000 Subject: [PATCH] Some more notices are now out. Caused by current_language() --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index 7b731677938..1f7b8a0fa87 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