From: moodler Date: Sun, 10 Nov 2002 11:14:06 +0000 (+0000) Subject: Fixed front page display of modules X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f7e443669028b5e92cae366ee6139e5f5664ca97;p=moodle.git Fixed front page display of modules --- diff --git a/index.php b/index.php index b695613854..931569bef2 100644 --- a/index.php +++ b/index.php @@ -46,7 +46,7 @@ } if ($sections[0]->sequence) { - print_section($site->id, $sections[0], $mods, $modnamesused, true, $side); + print_section($site, $sections[0], $mods, $modnamesused, true, $side); } if (isediting($site->id)) {