Skip to content

Commit

Permalink
Merge branch 'MDL-78339' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed May 25, 2023
2 parents d1de2ba + 373c163 commit c1c6234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webservice/wsdoc.php
Expand Up @@ -65,7 +65,7 @@
// 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.
Expand Down

0 comments on commit c1c6234

Please sign in to comment.