MDL-45894 navigation: New setting had null default (shows on new install page)
Change default to '' Part of MDL-45774
This commit is contained in:
committed by
Adrian Greeve
parent
3b927d357b
commit
19b2179e94
@@ -79,7 +79,7 @@ if (has_capability('moodle/grade:manage', $systemcontext)
|
||||
$temp->add(new admin_setting_my_grades_report());
|
||||
|
||||
$temp->add(new admin_setting_configtext('gradereport_mygradeurl', new lang_string('externalurl', 'grades'),
|
||||
new lang_string('externalurl_desc', 'grades'), null));
|
||||
new lang_string('externalurl_desc', 'grades'), ''));
|
||||
}
|
||||
$ADMIN->add('grades', $temp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user