X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/45c855269d952873285f7a835e82fc2b3eff3971..cd8dafc45402126fed025ee97930f03386655763:/locking.php diff --git a/locking.php b/locking.php index 99e79a21..8aae756d 100644 --- a/locking.php +++ b/locking.php @@ -52,9 +52,9 @@ if ($request->isPost()) { if ($err->no()) { if (ttTeamHelper::update($user->group_id, array( - 'name' => $user->team, + 'name' => $user->group, 'lock_spec' => $cl_lock_spec))) { - header('Location: profile_edit.php'); + header('Location: group_edit.php'); exit(); } else { $err->add($i18n->get('error.db'));