mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
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:
parent
56babbcb76
commit
ac3e0b3c8c
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ $functions = array(
|
||||||
'classpath' => 'user/externallib.php',
|
'classpath' => 'user/externallib.php',
|
||||||
'description' => 'Get users by id.',
|
'description' => 'Get users by id.',
|
||||||
'type' => 'read',
|
'type' => 'read',
|
||||||
'capabilities'=> 'moodle/user:viewdetails',
|
'capabilities'=> 'moodle/user:viewalldetails',
|
||||||
),
|
),
|
||||||
|
|
||||||
'moodle_user_delete_users' => array(
|
'moodle_user_delete_users' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue