]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed front page display of modules
authormoodler <moodler>
Sun, 10 Nov 2002 11:14:06 +0000 (11:14 +0000)
committermoodler <moodler>
Sun, 10 Nov 2002 11:14:06 +0000 (11:14 +0000)
index.php

index b6956138544b969bcd725e7fe5fe377babbf7606..931569bef2d8fd00805275f16fdde925caa319ba 100644 (file)
--- 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)) {