mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-20636 Fix visibility of quiz_attempt_report_table::get_row_class. #357
This commit is contained in:
parent
825908a0d6
commit
1322daba08
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
if ($this->qmsubselect && $attempt->gradedattempt) {
|
||||||
return 'gradedattempt';
|
return 'gradedattempt';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue