MDL-35312 Web Services: Fixed typo in capability of course update

This commit is contained in:
Frederic Massart
2012-09-21 09:57:45 +08:00
parent c366bea3cf
commit 6b15d50a60
+1 -1
View File
@@ -522,7 +522,7 @@ $functions = array(
'classpath' => 'course/externallib.php',
'description' => 'Update categories',
'type' => 'write',
'capabilities'=> 'moodle:category/manage',
'capabilities'=> 'moodle/category:manage',
),
'core_course_delete_categories' => array(