diff options
Diffstat (limited to 'lib/group.php')
-rw-r--r-- | lib/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/group.php b/lib/group.php index 8ebb698692b..5afef769361 100644 --- a/lib/group.php +++ b/lib/group.php @@ -289,7 +289,7 @@ class OC_Group { /**
* @brief get a list of all display names in a group
- * @returns array with display names (key) and user ids(value)
+ * @returns array with display names (value) and user ids(key)
*/
public static function displayNamesInGroup($gid, $search = '', $limit = -1, $offset = 0) {
$displayNames=array();
|