From 1322daba08c030a3ecce937843cdd061ae4acfd0 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 31 Mar 2011 17:58:51 +0100 Subject: [PATCH] MDL-20636 Fix visibility of quiz_attempt_report_table::get_row_class. #357 --- mod/quiz/report/attemptsreport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/report/attemptsreport.php b/mod/quiz/report/attemptsreport.php index 0f91cb49f6a..0dd9d1f7460 100644 --- a/mod/quiz/report/attemptsreport.php +++ b/mod/quiz/report/attemptsreport.php @@ -475,7 +475,7 @@ abstract class quiz_attempt_report_table extends table_sql { } } - protected function get_row_class($attempt) { + public function get_row_class($attempt) { if ($this->qmsubselect && $attempt->gradedattempt) { return 'gradedattempt'; } else {