MDL-37357 - fix trailing whitespace

This commit is contained in:
Dan Poltawski 2013-02-05 09:57:00 +08:00
parent 837946d5f0
commit f7e2143665

View File

@ -70,7 +70,7 @@ class grade_report_overview extends grade_report {
public function __construct($userid, $gpr, $context) {
global $CFG, $COURSE, $DB;
parent::__construct($COURSE->id, $gpr, $context);
$this->showtotalsifcontainhidden = grade_get_setting($this->courseid, 'report_overview_showtotalsifcontainhidden', $CFG->grade_report_overview_showtotalsifcontainhidden);
// Get the user (for full name).