MDL-67497 lib: backuptargetimport should be set as captype:read

This commit is contained in:
Dan Marsden 2020-04-29 08:11:17 +12:00
parent f570a79071
commit a542fe35b5

View file

@ -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,