X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b8704d54af8a3c22f1c5a9ebe2e58a28678b7442..95356f167c97ca1a70fc78d91a9dbc7b1d258b31:/group_edit.php diff --git a/group_edit.php b/group_edit.php index 6ec572e9..b5deee87 100644 --- a/group_edit.php +++ b/group_edit.php @@ -76,7 +76,7 @@ if ($request->isPost()) { $cl_quotas = $request->getParameter('quotas'); $cl_week_view = $request->getParameter('week_view'); } else { - $cl_team = $user->team; + $cl_team = $user->group; $cl_currency = ($user->currency == ''? CURRENCY_DEFAULT : $user->currency); $cl_lang = $user->lang; $cl_decimal_mark = $user->decimal_mark;