diff --git a/lib/db/install.php b/lib/db/install.php index b3e9aa23c88..787b871d8b2 100644 --- a/lib/db/install.php +++ b/lib/db/install.php @@ -72,7 +72,7 @@ function xmldb_main_install() { $newsite->shortname = ''; $newsite->summary = NULL; $newsite->newsitems = 3; - $newsite->numsections = 0; + $newsite->numsections = 1; $newsite->category = 0; $newsite->format = 'site'; // Only for this course $newsite->timecreated = time();