aboutsummaryrefslogtreecommitdiffstats
path: root/lib/user
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-25 11:48:03 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-01-25 11:48:03 +0100
commit4271430e609be252d9b4a69fd7b3590571c14f7c (patch)
tree2c5c5bf9bf16e17a18488fcea6cc0f7f28e8aad2 /lib/user
parent9bb8e0583995fff244432bc34820127ef8ff6ac6 (diff)
downloadnextcloud-server-4271430e609be252d9b4a69fd7b3590571c14f7c.tar.gz
nextcloud-server-4271430e609be252d9b4a69fd7b3590571c14f7c.zip
get all display names from users in a given group
Diffstat (limited to 'lib/user')
-rw-r--r--lib/user/backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/user/backend.php b/lib/user/backend.php
index 5823e390406..ec43d7f1872 100644
--- a/lib/user/backend.php
+++ b/lib/user/backend.php
@@ -134,9 +134,9 @@ abstract class OC_User_Backend implements OC_User_Interface {
/**
* @brief Get a list of all display names
- * @returns array with all displayNames and the correspondig uids
+ * @returns array with all displayNames (key) and the correspondig uids (value)
*
- * Get a list of all display names.
+ * Get a list of all display names and user ids.
*/
public function getDisplayNames($search = '', $limit = null, $offset = null) {
$displayNames = array();