fix for MDL-5670
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user