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

This commit is contained in:
Tim Hunt
2011-04-01 14:39:31 +01:00
parent 825908a0d6
commit 1322daba08
+1 -1
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 {