Merge branch 'MDL-78339-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE
This commit is contained in:
@@ -65,7 +65,7 @@ $functions = $webservice->get_external_functions(array($token->externalserviceid
|
||||
// get all the function descriptions
|
||||
$functiondescs = array();
|
||||
foreach ($functions as $function) {
|
||||
$functiondescs[$function->name] = external_api::external_function_info($function);
|
||||
$functiondescs[$function->name] = \core_external\external_api::external_function_info($function);
|
||||
}
|
||||
|
||||
// TODO: MDL-76078 - Incorrect inter-communication, core cannot have plugin dependencies like this.
|
||||
|
||||
Reference in New Issue
Block a user