mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Change OC_GROUP to OC_Group
This commit is contained in:
parent
122018889a
commit
e1473cfe83
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ if (!OC_User::isLoggedIn()) {
|
|||
$users = array();
|
||||
$ocusers = OC_User::getUsers();
|
||||
$self = OC_User::getUser();
|
||||
$groups = OC_GROUP::getUserGroups($self);
|
||||
$groups = OC_Group::getUserGroups($self);
|
||||
$users[] = "<optgroup label='Users'>";
|
||||
foreach ($ocusers as $user) {
|
||||
if ($user != $self) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue