MDL-37357 - fix trailing whitespace

This commit is contained in:
Dan Poltawski
2013-02-05 09:58:27 +08:00
parent d5822fbfd7
commit 50890e037e
+1 -1
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).