diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-28 13:12:44 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-28 13:12:44 +0100 |
commit | 022a7b13b828fd1ffb4beb7f63cca45bf4ffff1e (patch) | |
tree | df5eab7ed14bc7c132ed4df5d3de0d3206c407fb /lib/public/user.php | |
parent | 996b5cf36898a3b7644eca568df453b9d6cc4808 (diff) | |
download | nextcloud-server-022a7b13b828fd1ffb4beb7f63cca45bf4ffff1e.tar.gz nextcloud-server-022a7b13b828fd1ffb4beb7f63cca45bf4ffff1e.zip |
prepare user table to show and edit display names
Diffstat (limited to 'lib/public/user.php')
-rw-r--r-- | lib/public/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/user.php b/lib/public/user.php index 411098ed5aa..de52055a4c5 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -62,7 +62,7 @@ class User { /**
* @brief Get a list of all display names
- * @returns array with all display names (key) and the correspondig uids (value)
+ * @returns array with all display names (value) and the correspondig uids (key)
*
* Get a list of all display names and user ids.
*/
|