Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a36be7
)
MDL-37085 added missing get_renderer call
author
Marina Glancy
<marina@moodle.com>
Tue, 15 Jan 2013 01:14:31 +0000
(12:14 +1100)
committer
Marina Glancy
<marina@moodle.com>
Tue, 15 Jan 2013 01:14:31 +0000
(12:14 +1100)
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/index.php
index
c680586
..
10a199f
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-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);