From eaae1a7ea1cfa6ea321e7ef9a5f4c15d66780745 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Wed, 31 Oct 2018 12:11:21 +0800 Subject: [PATCH] MDL-63816 privacy: Corrected interface get_users_in_context description --- privacy/classes/local/request/core_userlist_provider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privacy/classes/local/request/core_userlist_provider.php b/privacy/classes/local/request/core_userlist_provider.php index e1b8e8fc242..735f03e64fb 100644 --- a/privacy/classes/local/request/core_userlist_provider.php +++ b/privacy/classes/local/request/core_userlist_provider.php @@ -36,7 +36,7 @@ defined('MOODLE_INTERNAL') || die(); interface core_userlist_provider { /** - * Get the list of contexts that contain user information for the specified user. + * Get the list of users who have data within a context. * * @param userlist $userlist The userlist containing the list of users who have data in this context/plugin combination. */