-
Task
-
Resolution: Fixed
-
Minor
-
2.9.2
-
MOODLE_29_STABLE
-
MOODLE_31_STABLE
-
MDL-51664-master -
- Run lib/tests/externallib_test.php
There are external functions in which we retrieve the list of courses a user has access to, and the we call validate_courses which fetches the course again. We should pass an array of prefetched courses to validate_courses to prevent unnecessary double fetching.