X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b8704d54af8a3c22f1c5a9ebe2e58a28678b7442..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();