mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-78339' of https://github.com/paulholden/moodle
This commit is contained in:
commit
c1c6234aea
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ $functions = $webservice->get_external_functions(array($token->externalserviceid
|
||||||
// get all the function descriptions
|
// get all the function descriptions
|
||||||
$functiondescs = array();
|
$functiondescs = array();
|
||||||
foreach ($functions as $function) {
|
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.
|
// TODO: MDL-76078 - Incorrect inter-communication, core cannot have plugin dependencies like this.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue