mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-19748 tags: edit tags not allowed for auth users
This commit is contained in:
parent
e1d4e288ac
commit
dd8a0a3909
1 changed files with 1 additions and 2 deletions
|
@ -1700,8 +1700,7 @@ $capabilities = array(
|
|||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_SYSTEM,
|
||||
'archetypes' => array(
|
||||
'manager' => CAP_ALLOW,
|
||||
'user' => CAP_ALLOW
|
||||
'manager' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue