X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/45c855269d952873285f7a835e82fc2b3eff3971..95356f167c97ca1a70fc78d91a9dbc7b1d258b31:/locking.php diff --git a/locking.php b/locking.php index 99e79a21..2de307ee 100644 --- a/locking.php +++ b/locking.php @@ -52,7 +52,7 @@ 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'); exit();