From 490668bbe14ddb00d54ff398d2236e62c4539119 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 15 Dec 2011 11:21:56 +0000 Subject: [PATCH] MDL-30592 / MDL-27183 quiz statistics: fix merge problem. These two fixes changes the same file in different ways, causing breakage. --- mod/quiz/report/statistics/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/report/statistics/report.php b/mod/quiz/report/statistics/report.php index 09e77533f3e..c2e431ba641 100644 --- a/mod/quiz/report/statistics/report.php +++ b/mod/quiz/report/statistics/report.php @@ -85,7 +85,7 @@ class quiz_statistics_report extends quiz_default_report { } // Find out current groups mode - $currentgroup = $this->get_current_group($cm, $course, $context); + $currentgroup = $this->get_current_group($cm, $course, $this->context); $nostudentsingroup = false; // True if a group is selected and there is no one in it. if (empty($currentgroup)) { $currentgroup = 0;