MDL-52119 tool_lp: Invalid parameters for list_plan_competencies

This commit is contained in:
Frederic Massart
2016-04-18 10:58:42 +08:00
parent 47855def51
commit 41682e53e3
+1 -1
View File
@@ -2946,7 +2946,7 @@ class external extends external_api {
* @return \external_description
*/
public static function list_plan_competencies_parameters() {
return new external_single_structure(array(
return new external_function_parameters(array(
'id' => new external_value(PARAM_INT, 'The plan ID.')
));
}