Open sebmehr opened 9 years ago
Hello,
Since Moodle 2.9, the plugin creates a fatal error with using the textlib class. It's possible to fix it : simply replace the textlib class with the new alias core_text in every files :
https://docs.moodle.org/dev/String_API#textlib_.28core_text.29_class
Some functions are deprecated but it only generates notices without blocking the execution.
Thank a lot for your work. it saves us a lot of time :+1:
Should be fixed in HEAD now - can you check, please.
It's working ;-)
Thank you !
Hello,
Since Moodle 2.9, the plugin creates a fatal error with using the textlib class. It's possible to fix it : simply replace the textlib class with the new alias core_text in every files :
https://docs.moodle.org/dev/String_API#textlib_.28core_text.29_class
Some functions are deprecated but it only generates notices without blocking the execution.
Thank a lot for your work. it saves us a lot of time :+1: