mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'mdl27_mdl-43497_allow_force_language_02' of https://github.com/brki/moodle
This commit is contained in:
commit
38c5e34c00
6 changed files with 69 additions and 62 deletions
|
@ -2013,5 +2013,12 @@ $capabilities = array(
|
|||
'teacher' => CAP_ALLOW,
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
)
|
||||
),
|
||||
|
||||
'moodle/site:forcelanguage' => array(
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_SYSTEM,
|
||||
'archetypes' => array(
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue