Closed NinaHerrmann closed 2 years ago
To be more precise lib.php
line 373 and 287 need a case distinction for different versions of moodle calling a constructor with or without purpose :)
Thanks for considering please notify me if you need any help!
Thanks Nina. @paulneag You can see the difference from 3.xx vs 4.xx here: https://github.com/moodle/moodle/blob/MOODLE_311_STABLE/mod/lti/lib.php https://github.com/moodle/moodle/blob/MOODLE_400_STABLE/mod/lti/lib.php
Tickeet is closed, since it is QA staging done
Thanks for the plugin! However, when installed under 4.0 we are getting the error
-> in 4.0 every mod has a purpose which has to be passed to the constructor. Otherwise, the plugin can not be used.