X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/11bfec0ff88b649a934556e8b4812d65715c7509..aba62f48b2293cde4cc39123deb92bd7935dc76b:/mobile/users.php diff --git a/mobile/users.php b/mobile/users.php index 18ad2e5f..4723543d 100644 --- a/mobile/users.php +++ b/mobile/users.php @@ -42,7 +42,7 @@ if (!(ttAccessAllowed('view_users') || ttAccessAllowed('manage_users'))) { $active_users = ttTeamHelper::getActiveUsers(array('getAllFields'=>true)); if($user->canManageTeam()) { $can_delete_manager = (1 == count($active_users)); - $inactive_users = ttTeamHelper::getInactiveUsers($user->team_id, true); + $inactive_users = ttTeamHelper::getInactiveUsers($user->group_id, true); } // Check if the team is set to show indicators for uncompleted time entries.