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:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-25 20:44:40 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-01-25 20:44:40 +0400
commit19024de9883e89f325a6581805bacc6376c93628 (patch)
treec1cd1325b842199f97d9ce2ae4cba708760f3e7a /settings/users.php
parenta606e8d944f7c2754f00e9c50804b8c2beedc986 (diff)
typo fixed
Diffstat (limited to 'settings/users.php')
-rw-r--r--settings/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/users.php b/settings/users.php
index c8f5ef5ff3e..d779cc782ce 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -57,7 +57,7 @@ foreach($accessibleusers as $displayName => $uid) {
"groups" => join( ", ", /*array_intersect(*/OC_Group::getUserGroups($uid)/*, OC_SubAdmin::getSubAdminsGroups(OC_User::getUser()))*/),
'quota'=>$quota,
'isQuotaUserDefined'=>$isQuotaUserDefined,
- 'subadmin'=>implode(', ', OC_SubAdmin::getSubAdminsGroups($iuid)));
+ 'subadmin'=>implode(', ', OC_SubAdmin::getSubAdminsGroups($uid)));
}
foreach( $accessiblegroups as $i ) {