From 6990c105763d654efc8f2da2f6c75b6006e830ae Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Tue, 8 Jan 2013 12:25:09 +0800 Subject: [PATCH] MDL-36335 - course: Orphaned activities no longer show a notice. --- course/format/renderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/renderer.php b/course/format/renderer.php index eff74398876..7a0c10000da 100644 --- a/course/format/renderer.php +++ b/course/format/renderer.php @@ -716,7 +716,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base { continue; } echo $this->stealth_section_header($section); - print_section($course, $thissection, $mods, $modnamesused, true, "100%", false); + print_section($course, $thissection, $mods, $modnamesused, true, "100%", false, 0); echo $this->stealth_section_footer(); } -- 2.43.0