Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-07-29 13:34:38 +0400
committerkondou <kondou@ts.unde.re>2013-08-25 23:04:04 +0400
commitfac671b14ed06233d37ad38194ebf9a99118644a (patch)
treedb99cca8e2ee41b79b444b44f8a429bf8fe32b8a /settings/users.php
parent4a08f7d710ced1c564e05471e1f873ecfb9ca161 (diff)
Modularize get(), async getAvatar, avatars @ usermgmt
And other small improvements
Diffstat (limited to 'settings/users.php')
-rw-r--r--settings/users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/users.php b/settings/users.php
index 213d1eecfda..7dba45e1284 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -58,6 +58,7 @@ foreach($accessibleusers as $uid => $displayName) {
$users[] = array(
"name" => $uid,
+ "avatar" => \OC_Avatar::get($uid, 32),
"displayName" => $displayName,
"groups" => OC_Group::getUserGroups($uid),
'quota' => $quota,