X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/aa93160fd2b4cccce4e14c96cc1c3e5e43218e4c..39646912fc3018f2a6922ba6716be22a91da14e9:/group_edit.php diff --git a/group_edit.php b/group_edit.php index 9c4cf369..e9d5189a 100644 --- a/group_edit.php +++ b/group_edit.php @@ -65,7 +65,7 @@ if ($request->isPost()) { $cl_bcc_email = trim($request->getParameter('bcc_email')); $cl_allow_ip = trim($request->getParameter('allow_ip')); } else { - $cl_group = $user->group; + $cl_group = $user->group_name; $cl_currency = ($user->currency == ''? CURRENCY_DEFAULT : $user->currency); $cl_lang = $user->lang; $cl_decimal_mark = $user->decimal_mark;