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