X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/59368101167c11a1a7dc80050fcf3262e99d87aa..fafb0ae8f7098ffafa6799627891bd40f4811a52:/users.php diff --git a/users.php b/users.php index 47ec0145..77b7e552 100644 --- a/users.php +++ b/users.php @@ -50,7 +50,6 @@ if ($request->isPost()) { } else { $group_id = $user->getGroup(); } -$uncompleted_indicators = $user->getConfigOption('uncompleted_indicators'); $form = new Form('usersForm'); if ($user->can('manage_subgroups')) { @@ -80,6 +79,7 @@ if($user->can('manage_users')) { $inactive_users = $user->getUsers($options); } +$uncompleted_indicators = $user->getConfigOption('uncompleted_indicators'); if ($uncompleted_indicators) { // Check each active user if they have an uncompleted time entry. foreach ($active_users as $key => $user) {