MDL-20636 Fix visibility of quiz_attempt_report_table::get_row_class. #357
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user