MDL-10476 Removed duplicated average row

This commit is contained in:
nicolasconnault 2009-02-25 08:59:50 +00:00
parent e4eb35a6da
commit 1f3d80f8f2

View File

@ -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);
}
/**