Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dbae58
)
MDL-63702 core_block: Correct phpdoc for get_users
author
Andrew Nicols
<andrew@nicols.co.uk>
Fri, 2 Nov 2018 00:32:48 +0000
(08:32 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Fri, 2 Nov 2018 00:34:20 +0000
(08:34 +0800)
blocks/classes/privacy/provider.php
patch
|
blob
|
blame
|
history
diff --git
a/blocks/classes/privacy/provider.php
b/blocks/classes/privacy/provider.php
index
954f72b
..
d756dac
100644
(file)
--- a/
blocks/classes/privacy/provider.php
+++ b/
blocks/classes/privacy/provider.php
@@
-105,7
+105,7
@@
class provider implements
}
/**
- * 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 \core_privacy\local\request\userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
*/