MDL-75316 core_moodlenet: Rename settings
Originally implemented as MDL-75319
This commit is contained in:
committed by
Michael Hawkins
parent
7727745bf7
commit
cd097f117b
@@ -36,7 +36,7 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
|
||||
// Sharing to MoodleNet setting.
|
||||
$temp->add(new admin_setting_configcheckbox('enablesharingtomoodlenet',
|
||||
new lang_string('enablesharingtomoodlenet', 'core_admin'),
|
||||
'', 0));
|
||||
new lang_string('enablesharingtomoodlenet_desc', 'core_admin'), 0));
|
||||
|
||||
$ADMIN->add('experimental', $temp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user