mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'wip-MDL-53209-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
227a4f1419
@ -44,6 +44,7 @@ $capabilities = array(
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'guest' => CAP_ALLOW,
|
||||
'frontpage' => CAP_ALLOW,
|
||||
'student' => CAP_ALLOW,
|
||||
'teacher' => CAP_ALLOW,
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
@ -58,6 +59,7 @@ $capabilities = array(
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'frontpage' => CAP_ALLOW,
|
||||
'student' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user