From: samhemelryk Date: Tue, 30 Jun 2009 01:41:28 +0000 (+0000) Subject: course-reports MDL-16438 Fixed broken reports, changed plugin list type to coursereport X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c892b531089b262b41efb8c3b38e9ecd0d44025a;p=moodle.git course-reports MDL-16438 Fixed broken reports, changed plugin list type to coursereport --- diff --git a/course/report.php b/course/report.php index 07b8218d75..078b4ffbb5 100644 --- a/course/report.php +++ b/course/report.php @@ -21,7 +21,7 @@ $navigation = build_navigation($navlinks); print_header($course->fullname.': '.$strreports, $course->fullname.': '.$strreports, $navigation); - $reports = get_plugin_list('report'); + $reports = get_plugin_list('coursereport'); foreach ($reports as $report => $reportdirectory) { $pluginfile = $reportdirectory.'/mod.php';