MDL-37085 added missing get_renderer call

This commit is contained in:
Marina Glancy 2013-01-15 12:14:31 +11:00
parent 9a36be7361
commit 54258889f2

View File

@ -142,6 +142,7 @@
" class=\"iconsmall\" alt=\"$streditsummary\" /></a><br /><br />";
}
$courserenderer = $PAGE->get_renderer('core', 'course');
echo $courserenderer->course_section_cm_list($SITE, $section);
echo $courserenderer->course_section_add_cm_control($SITE, $section->section);