fix for MDL-5670

This commit is contained in:
toyomoyo
2006-09-29 02:19:27 +00:00
parent 72fa544947
commit ed59cd6ea4
+1 -1
View File
@@ -1075,7 +1075,7 @@ $moodle_capabilities = array(
'moodle/user:viewusergrades' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'contextlevel' => CONTEXT_USER,
'legacy' => array(
'guest' => CAP_PREVENT,
'student' => CAP_ALLOW,