Skip to content
Snippets Groups Projects
Commit a01c66c7 authored by Tim Steiner's avatar Tim Steiner
Browse files

Misc change that got lost along the way

parent 9dfbb5c0
Branches
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ class UserAdminController extends Nmc_Controller_Action
} else {
$out->group = Groups::getInstance()->findOne($groupId);
}
$out->users = People::getInstance()->fetchAll();
$out->users = Users::getInstance()->fetchAll();
$out->groups = Groups::getInstance()->fetchAllWithoutPrimaries();
$out->clearSidebarModules();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment