Skip to content
Snippets Groups Projects
Commit 400533af authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Start with 30 users, this fills my screen

parent 874f31b8
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ $groups = array();
$isadmin = OC_Group::inGroup(OC_User::getUser(),'admin')?true:false;
if($isadmin){
$accessiblegroups = OC_Group::getGroups();
$accessibleusers = OC_User::getUsers();
$accessibleusers = OC_User::getUsers('', 30);
$subadmins = OC_SubAdmin::getAllSubAdmins();
}else{
$accessiblegroups = OC_SubAdmin::getSubAdminsGroups(OC_User::getUser());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment