mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-66213-master-fixcap' of github.com:sarjona/moodle
This commit is contained in:
commit
8d529d0a2d
@ -393,12 +393,12 @@ $capabilities = array(
|
||||
|
||||
'moodle/site:viewanonymousevents' => array(
|
||||
|
||||
'riskbitmask' => RISK_PERSONAL,
|
||||
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'teacher' => CAP_PROHIBIT,
|
||||
'editingteacher' => CAP_PROHIBIT,
|
||||
'manager' => CAP_ALLOW
|
||||
'manager' => CAP_ALLOW,
|
||||
)
|
||||
),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user