From 54258889f2eb54d88b48c2f36772a8e02b5a963b Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Tue, 15 Jan 2013 12:14:31 +1100 Subject: [PATCH] MDL-37085 added missing get_renderer call --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index c6805867310..10a199fa12b 100644 --- a/index.php +++ b/index.php @@ -142,6 +142,7 @@ " class=\"iconsmall\" alt=\"$streditsummary\" />

"; } + $courserenderer = $PAGE->get_renderer('core', 'course'); echo $courserenderer->course_section_cm_list($SITE, $section); echo $courserenderer->course_section_add_cm_control($SITE, $section->section); -- 2.43.0