mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-67497 lib: backuptargetimport should be set as captype:read
This commit is contained in:
parent
f570a79071
commit
a542fe35b5
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ $capabilities = array(
|
||||||
|
|
||||||
'riskbitmask' => RISK_SPAM | RISK_PERSONAL | RISK_XSS,
|
'riskbitmask' => RISK_SPAM | RISK_PERSONAL | RISK_XSS,
|
||||||
|
|
||||||
'captype' => 'write',
|
'captype' => 'read',
|
||||||
'contextlevel' => CONTEXT_COURSE,
|
'contextlevel' => CONTEXT_COURSE,
|
||||||
'archetypes' => array(
|
'archetypes' => array(
|
||||||
'editingteacher' => CAP_ALLOW,
|
'editingteacher' => CAP_ALLOW,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue