mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-67073 core_course: fix capability context
This commit is contained in:
parent
d7699706da
commit
943e3f04d5
@ -1147,7 +1147,7 @@ $capabilities = array(
|
||||
'moodle/course:viewsuspendedusers' => array(
|
||||
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_SYSTEM,
|
||||
'contextlevel' => CONTEXT_COURSE,
|
||||
'archetypes' => array(
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
'manager' => CAP_ALLOW
|
||||
|
Loading…
x
Reference in New Issue
Block a user