-
Bug
-
Resolution: Fixed
-
Critical
-
4.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
MDL-76987-master -
We just noticed today that the recently integrated changes from MDL-76583 have broken access with the mobile app to sites using the latest integration branch.
We are getting this error:
Class 'external_api' not found
Sample curl request:
curl 'https://YOUR_SITE/webservice/rest/server.php?moodlewsrestformat=json&wsfunction=core_webservice_get_site_info' \
--data-raw 'moodlewssettingfilter=true&moodlewssettingfileurl=true&moodlewssettinglang=en_us&wsfunction=core_webservice_get_site_info&wstoken=YOUR_TOKEN' \
--compressed
- is a regression caused by
-
MDL-76583 Move lib/externallib.php to namespaced classes and fix coding style, etc.
-
- Closed
-