Skip to content

Commit e75ba4c

Browse files
authored
access: use archetypes key, not legacy
legacy was a Moodle 1.9 key
1 parent 8b0c671 commit e75ba4c

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)