X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b0adefe1eed972a27be939b6c66aec6c3c6b2f18..ce2bb98acb1f5e2a846f95b798a4af409c842ebb:/group_edit.php diff --git a/group_edit.php b/group_edit.php index 64a15309..cc27afae 100644 --- a/group_edit.php +++ b/group_edit.php @@ -273,7 +273,7 @@ if ($request->isPost()) { $config .= ',uncompleted_indicators'; $config = trim($config, ','); - $update_result = ttTeamHelper::update($user->group_id, array( + $update_result = $user->updateGroup(array( 'name' => $cl_group, 'currency' => $cl_currency, 'lang' => $cl_lang,