X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fuser_edit.php;h=46646bcaf4cde16a4c7545be0eb4e979bc97ab1d;hb=bcfe9680fdb90d26de543b2c43feabefdcac3c20;hp=f82d9314ad35c92e8626f1f72d62bb0d1a52431c;hpb=11bfec0ff88b649a934556e8b4812d65715c7509;p=timetracker.git diff --git a/mobile/user_edit.php b/mobile/user_edit.php index f82d9314..46646bca 100644 --- a/mobile/user_edit.php +++ b/mobile/user_edit.php @@ -48,9 +48,9 @@ if (!$user_details) { // End of access checks. if ($user->isPluginEnabled('cl')) - $clients = ttTeamHelper::getActiveClients($user->team_id); + $clients = ttTeamHelper::getActiveClients($user->group_id); -$projects = ttTeamHelper::getActiveProjects($user->team_id); +$projects = ttTeamHelper::getActiveProjects($user->group_id); $assigned_projects = array(); if ($request->isPost()) {