From ac3e0b3c8cb6abeb8a1fc444ab6522bb001c5663 Mon Sep 17 00:00:00 2001 From: Jerome Mouneyrac Date: Wed, 23 Mar 2011 11:35:46 +0800 Subject: [PATCH] MDL-26335 fix capability name typo in the description of the web service function moodle_user_get_users_by_id --- lib/db/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/services.php b/lib/db/services.php index a33b75ed61d..57bd7a2be16 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -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(