Fixed the context level for 'mod/customcert:manage' in db/access.php
This commit is contained in:
parent
e021ad2083
commit
f09f552385
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ $capabilities = array(
|
|||
'mod/customcert:manage' => array(
|
||||
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_COURSE, CONTEXT_SYSTEM,
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'teacher' => CAP_ALLOW,
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
|
|
Loading…
Reference in a new issue