From c892b531089b262b41efb8c3b38e9ecd0d44025a Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Tue, 30 Jun 2009 01:41:28 +0000 Subject: [PATCH] course-reports MDL-16438 Fixed broken reports, changed plugin list type to coursereport --- course/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5