mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-37085 added missing get_renderer call
This commit is contained in:
parent
9a36be7361
commit
54258889f2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user