MDL-28218 allow testclient.php to find the necessary form for services defined in plugins.
This commit is contained in:
@@ -89,6 +89,9 @@ function external_function_info($function, $strictness=MUST_EXIST) {
|
||||
if (isset($functions[$function->name]['description'])) {
|
||||
$function->description = $functions[$function->name]['description'];
|
||||
}
|
||||
if (isset($functions[$function->name]['testclientpath'])) {
|
||||
$function->testclientpath = $functions[$function->name]['testclientpath'];
|
||||
}
|
||||
}
|
||||
|
||||
return $function;
|
||||
|
||||
Reference in New Issue
Block a user