Index: moodle/mod/lamslesson/db/access.php =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r7a8c2d59a46527bf97242823e5132aea3ea25ea6 --- moodle/mod/lamslesson/db/access.php (.../access.php) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ moodle/mod/lamslesson/db/access.php (.../access.php) (revision 7a8c2d59a46527bf97242823e5132aea3ea25ea6) @@ -56,7 +56,7 @@ 'legacy' => array( 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW, - 'admin' => CAP_ALLOW + 'manager' => CAP_ALLOW ) ), @@ -74,7 +74,7 @@ 'legacy' => array( 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW, - 'admin' => CAP_ALLOW + 'manager' => CAP_ALLOW ) ),