Missed one capability for guests

This commit is contained in:
moodler 2006-09-12 08:15:07 +00:00
parent dfe603583e
commit b0f5523038

View File

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