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