X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/82113b6a111dc3f716c71fb8fb55b11845cbd697..45c855269d952873285f7a835e82fc2b3eff3971:/mobile/clients.php diff --git a/mobile/clients.php b/mobile/clients.php index 43e6848a..4f03510c 100644 --- a/mobile/clients.php +++ b/mobile/clients.php @@ -40,8 +40,8 @@ if (!$user->isPluginEnabled('cl')) { exit(); } -$smarty->assign('active_clients', ttTeamHelper::getActiveClients($user->team_id, true)); -$smarty->assign('inactive_clients', ttTeamHelper::getInactiveClients($user->team_id, true)); +$smarty->assign('active_clients', ttTeamHelper::getActiveClients($user->group_id, true)); +$smarty->assign('inactive_clients', ttTeamHelper::getInactiveClients($user->group_id, true)); $smarty->assign('title', $i18n->get('title.clients')); $smarty->assign('content_page_name', 'mobile/clients.tpl'); $smarty->display('mobile/index.tpl');