Merge branch 'mdl27_mdl-43497_allow_force_language_02' of https://github.com/brki/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2014-03-13 18:33:15 +01:00
commit 38c5e34c00
6 changed files with 69 additions and 62 deletions

View file

@ -2013,5 +2013,12 @@ $capabilities = array(
'teacher' => CAP_ALLOW,
'editingteacher' => CAP_ALLOW,
)
),
'moodle/site:forcelanguage' => array(
'captype' => 'read',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
)
)
);