eLearning-BS23 / moodle-quizaccess_proctoring

MIT License
21 stars 26 forks source link

Error in upgrade code #68

Closed davidherney closed 1 year ago

davidherney commented 1 year ago

Hi...

You have an error into the xmldb_quizaccess_proctoring_upgrade function. When call the upgrade_plugin_savepoint function the last parameters are not correct.

Actual use: upgrade_plugin_savepoint(true, 2021061104, 'mod', 'quizaccess_proctoring');

Change to: upgrade_plugin_savepoint(true, 2021061104, 'quizaccess', 'proctoring');

Saludos

shadman-ahmed-bs23 commented 1 year ago

This issue is resolved with latest release. Closing this issue. Thanks for opening this issue @davidherney .