X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1a1ae10cf832a697192fc5e1e84debe930ce3c9f..b14cf15f563feabc7015e3af99ea8cb7a1903dc1:/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');