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 ) ), Index: moodle/mod/lamslesson/db/install.xml =================================================================== diff -u -r838dc1f2f02215e3ee88c3030fb2b911db52a957 -r7a8c2d59a46527bf97242823e5132aea3ea25ea6 --- moodle/mod/lamslesson/db/install.xml (.../install.xml) (revision 838dc1f2f02215e3ee88c3030fb2b911db52a957) +++ moodle/mod/lamslesson/db/install.xml (.../install.xml) (revision 7a8c2d59a46527bf97242823e5132aea3ea25ea6) @@ -38,13 +38,4 @@ - - - - - - - - - Index: moodle/mod/lamslesson/version.php =================================================================== diff -u -r0ef795fd4bdb5b139a36e0fb45b3fedfc17f6bc5 -r7a8c2d59a46527bf97242823e5132aea3ea25ea6 --- moodle/mod/lamslesson/version.php (.../version.php) (revision 0ef795fd4bdb5b139a36e0fb45b3fedfc17f6bc5) +++ moodle/mod/lamslesson/version.php (.../version.php) (revision 7a8c2d59a46527bf97242823e5132aea3ea25ea6) @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020080710; // If version == 0 then module will not be installed +$plugin->version = 2021032510; // If version == 0 then module will not be installed $plugin->requires = 2018083010; // Requires this Moodle version $plugin->component = 'mod_lamslesson'; // Full name of the plugin (used for diagnostics) $plugin->cron = 0; // Period for cron to check this module (secs)