MDL-26335 fix capability name typo in the description of the web service function moodle_user_get_users_by_id
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ $functions = array(
|
||||
'classpath' => 'user/externallib.php',
|
||||
'description' => 'Get users by id.',
|
||||
'type' => 'read',
|
||||
'capabilities'=> 'moodle/user:viewdetails',
|
||||
'capabilities'=> 'moodle/user:viewalldetails',
|
||||
),
|
||||
|
||||
'moodle_user_delete_users' => array(
|
||||
|
||||
Reference in New Issue
Block a user