bfh / moodle-quiz_archive

GNU General Public License v3.0
4 stars 3 forks source link

Preloading all step users fixes #7. #22

Closed lucaboesch closed 1 year ago

PhilippImhof commented 1 year ago

Seems we did that at the same time :)

And we both forgot that preload_all_step_users() is not available before 3.11.

            if (method_exists($quba, 'preload_all_step_users')) {
                $quba->preload_all_step_users();
            }