From: moodler Date: Mon, 18 Jun 2007 07:35:14 +0000 (+0000) Subject: Whoops, checked in wrong file before X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=90dcbeccd4b76035c9c716ebdd0875f8c010ec45;p=moodle.git Whoops, checked in wrong file before --- diff --git a/grade/report/user/db/access.php b/grade/report/user/db/access.php index b05cc56f23..d8190af01b 100644 --- a/grade/report/user/db/access.php +++ b/grade/report/user/db/access.php @@ -7,16 +7,17 @@ $gradereport_grader_capabilities = array( 'captype' => 'read', 'contextlevel' => CONTEXT_COURSE, 'legacy' => array( + 'student' => CAP_ALLOW, 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW, 'admin' => CAP_ALLOW ) ), - 'gradereport/grader:manage' => array( - 'riskbitmask' => RISK_PERSONAL | RISK_CONFIG, - 'captype' => 'write', - 'contextlevel' => CONTEXT_COURSE, + 'moodle/user:viewusergrade' => array( + 'riskbitmask' => RISK_PERSONAL, + 'captype' => 'read', + 'contextlevel' => CONTEXT_USER, 'legacy' => array( 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW,