Merge branch 'MDL-65153-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE

This commit is contained in:
Jun Pataleta
2019-05-06 16:13:40 +08:00
+1
View File
@@ -422,6 +422,7 @@ class external extends external_api {
'comppath' => competency_path_exporter::get_read_structure(),
))),
'manageurl' => new external_value(PARAM_LOCALURL, 'Url to the manage competencies page.'),
'pluginbaseurl' => new external_value(PARAM_LOCALURL, 'Url to the course competencies page.'),
));
}