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

Change OC_GROUP to OC_Group

parent 12201888
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment