mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-37357 - fix trailing whitespace
This commit is contained in:
parent
837946d5f0
commit
f7e2143665
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user