MDL-29969 Administration: Default value for numsections is set to 1 for site frontpage

This commit is contained in:
Rajesh Taneja
2012-07-02 14:33:37 +08:00
parent 1494f20da3
commit 419aed3539
+1 -1
View File
@@ -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();