mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +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,
|
||||
|
||||
'captype' => 'write',
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_COURSE,
|
||||
'archetypes' => array(
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue