mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-10476 Removed duplicated average row
This commit is contained in:
parent
e4eb35a6da
commit
1f3d80f8f2
@ -441,7 +441,7 @@ class grade_report_grader_ajax extends grade_report_grader {
|
||||
* @return string HTML
|
||||
*/
|
||||
function get_avghtml($grouponly=false) {
|
||||
return parent::get_avghtml();
|
||||
return parent::get_avghtml($grouponly);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user