Changed 'captype' for customcert:manage cap
This commit is contained in:
parent
2331170c5e
commit
14cc24e540
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ $capabilities = array(
|
||||||
|
|
||||||
'mod/customcert:manage' => array(
|
'mod/customcert:manage' => array(
|
||||||
|
|
||||||
'captype' => 'read',
|
'captype' => 'write',
|
||||||
'contextlevel' => CONTEXT_MODULE,
|
'contextlevel' => CONTEXT_MODULE,
|
||||||
'archetypes' => array(
|
'archetypes' => array(
|
||||||
'teacher' => CAP_ALLOW,
|
'teacher' => CAP_ALLOW,
|
||||||
|
|
Loading…
Reference in a new issue