Skip to content

Commit

Permalink
Merge branch 'master_MDL-68054' of https://github.com/danmarsden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed May 27, 2020
2 parents 039fc86 + fe96a55 commit 28bff4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/db/access.php
Expand Up @@ -969,7 +969,7 @@

'moodle/course:viewhiddenactivities' => array(

'captype' => 'write',
'captype' => 'read',
'contextlevel' => CONTEXT_MODULE,
'archetypes' => array(
'teacher' => CAP_ALLOW,
Expand Down Expand Up @@ -1558,7 +1558,7 @@

'moodle/course:viewhiddensections' => array(

'captype' => 'write',
'captype' => 'read',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
Expand Down

0 comments on commit 28bff4c

Please sign in to comment.