wooclap / moodle-mod_wooclap

Moodle plugin for Wooclap (https://www.wooclap.com/).
2 stars 5 forks source link

fix: remove unnecessary require that breaks on Moodle 4.4 #42

Closed marco-verbeek closed 2 months ago

marco-verbeek commented 2 months ago

This PR fixes the issue that causes the plugin to break when being installed on a Moodle 4.4 instance.

The root cause is an unnecessary file that is being required in lib.php. The file was deprecated and has been removed in Moodle 4.4, and therefore now causes a crash.