X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=locking.php;h=2de307ee3c5d259a3585a684314c7fa1bdf3c344;hb=0282363535e651129be0f07ecd1a5390b01c8b85;hp=99e79a2175c3b2cdfa663fe42cf7729d755c8de1;hpb=45c855269d952873285f7a835e82fc2b3eff3971;p=timetracker.git 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();