aboutsummaryrefslogtreecommitdiffstats
path: root/lib/group/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/group/backend.php')
-rw-r--r--lib/group/backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/group/backend.php b/lib/group/backend.php
index ceb2d9242dd..4f6570c3be3 100644
--- a/lib/group/backend.php
+++ b/lib/group/backend.php
@@ -140,7 +140,7 @@ abstract class OC_Group_Backend implements OC_Group_Interface {
* @param string $search
* @param int $limit
* @param int $offset
- * @return array with display names (key) and user ids (value)
+ * @return array with display names (value) and user ids (key)
*/
public function DisplayNamesInGroup($gid, $search = '', $limit = -1, $offset = 0) {
$displayNames = '';