mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Missed one capability for guests
This commit is contained in:
parent
dfe603583e
commit
b0f5523038
@ -442,7 +442,7 @@ $moodle_capabilities = array(
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_COURSE,
|
||||
'legacy' => array(
|
||||
'guest' => CAP_PREVENT,
|
||||
'guest' => CAP_ALLOW,
|
||||
'student' => CAP_ALLOW,
|
||||
'teacher' => CAP_ALLOW,
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
|
Loading…
x
Reference in New Issue
Block a user