Skip to content

Commit

Permalink
MDL-26335 fix capability name typo in the description of the web serv…
Browse files Browse the repository at this point in the history
…ice function moodle_user_get_users_by_id
  • Loading branch information
mouneyrac committed Mar 23, 2011
1 parent 56babbc commit ac3e0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
'classpath' => 'user/externallib.php',
'description' => 'Get users by id.',
'type' => 'read',
'capabilities'=> 'moodle/user:viewdetails',
'capabilities'=> 'moodle/user:viewalldetails',
),

'moodle_user_delete_users' => array(
Expand Down

0 comments on commit ac3e0b3

Please sign in to comment.