MDL-20636 Fix visibility of quiz_attempt_report_table::get_row_class. #357

This commit is contained in:
Tim Hunt 2011-03-31 17:58:51 +01:00
parent 825908a0d6
commit 1322daba08

View file

@ -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 {