catalyst / moodle-mod_subcourse

Subcourse module for Moodle
https://moodle.org/plugins/mod_subcourse
GNU General Public License v3.0
24 stars 41 forks source link

core_completion\progress class not found #36

Closed dustinbrisebois closed 4 years ago

dustinbrisebois commented 4 years ago

Have found in some cases the class core_completion\progress is not found - by adding the following class require check this issue goes away

https://github.com/mudrd8mz/moodle-mod_subcourse/pull/35

mudrd8mz commented 4 years ago

As commented in the pull request - are you able to provide steps to reproduce the situation when the class is not found? Because it should really never happen, given that it is the autoloaded class (https://docs.moodle.org/dev/Automatic_class_loading)

I suspect there must be something else happening there.