X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1a1ae10cf832a697192fc5e1e84debe930ce3c9f..02b2922eba6a62ba515d8a4a5e400349f0ca688f:/groups.php diff --git a/groups.php b/groups.php index 6c35bfb3..f335153c 100644 --- a/groups.php +++ b/groups.php @@ -45,7 +45,7 @@ if ($request->isPost()) { $group_id = $request->getParameter('group'); $user->setOnBehalfGroup($group_id); } else { - $group_id = $user->getActiveGroup(); + $group_id = $user->getGroup(); } $form = new Form('subgroupsForm');