mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'wip-MDL-39099_master' of git://github.com/gjb2048/moodle
This commit is contained in:
commit
eb426f2480
@ -338,7 +338,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base {
|
||||
* @param array $mods (argument not used)
|
||||
* @return string HTML to output.
|
||||
*/
|
||||
private function section_activity_summary($section, $course, $mods) {
|
||||
protected function section_activity_summary($section, $course, $mods) {
|
||||
$modinfo = get_fast_modinfo($course);
|
||||
if (empty($modinfo->sections[$section->section])) {
|
||||
return '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user