Skip to content

Commit

Permalink
Merge branch 'MDL-29938-master' of git://github.com/mouneyrac/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Feb 19, 2013
2 parents 858b3a2 + 85e6bf8 commit ebb1385
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 155 deletions.
9 changes: 9 additions & 0 deletions lib/db/services.php
Expand Up @@ -273,6 +273,15 @@
'capabilities'=> 'moodle/user:create',
),

'core_user_get_users' => array(
'classname' => 'core_user_external',
'methodname' => 'get_users',
'classpath' => 'user/externallib.php',
'description' => 'search for users matching the parameters',
'type' => 'read',
'capabilities'=> 'moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',
),

'moodle_user_get_users_by_id' => array(
'classname' => 'core_user_external',
'methodname' => 'get_users_by_id',
Expand Down

0 comments on commit ebb1385

Please sign in to comment.