Skip to content

Commit f4a887f

Browse files
authored
Merge pull request #694 from jrchamp/fix/access-archetypes
access: use archetypes key, not legacy
2 parents c941a98 + e75ba4c commit f4a887f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/access.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'mod/zoom:view' => [
6363
'captype' => 'read',
6464
'contextlevel' => CONTEXT_MODULE,
65-
'legacy' => [
65+
'archetypes' => [
6666
'guest' => CAP_ALLOW,
6767
'student' => CAP_ALLOW,
6868
'teacher' => CAP_ALLOW,

0 commit comments

Comments
 (0)