Skip to content

Commit

Permalink
MDL-67883 core: Make core ready for MoodleNet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning committed Jun 5, 2020
1 parent 111b293 commit 16d77f1
Show file tree
Hide file tree
Showing 32 changed files with 375 additions and 42 deletions.
3 changes: 0 additions & 3 deletions admin/settings/subsystems.php
Expand Up @@ -74,7 +74,4 @@
new lang_string('configallowemojipickerincompatible', 'admin')
));
}

$optionalsubsystems->add(new admin_setting_configcheckbox('enablemoodlenet', new lang_string('enablemoodlenet', 'admin'),
new lang_string('enablemoodlenet_desc', 'admin'), 1, 1, 0));
}
1 change: 1 addition & 0 deletions admin/settings/users.php
Expand Up @@ -186,6 +186,7 @@
'email' => new lang_string('email'),
'city' => new lang_string('city'),
'country' => new lang_string('country'),
'moodlenetprofile' => new lang_string('moodlenetprofile', 'user'),
'timezone' => new lang_string('timezone'),
'webpage' => new lang_string('webpage'),
'icqnumber' => new lang_string('icqnumber'),
Expand Down
2 changes: 1 addition & 1 deletion course/amd/build/activitychooser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion course/amd/build/activitychooser.min.js.map

Large diffs are not rendered by default.

0 comments on commit 16d77f1

Please sign in to comment.