X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0282363535e651129be0f07ecd1a5390b01c8b85..cd8dafc45402126fed025ee97930f03386655763:/locking.php diff --git a/locking.php b/locking.php index 2de307ee..8aae756d 100644 --- a/locking.php +++ b/locking.php @@ -54,7 +54,7 @@ if ($request->isPost()) { if (ttTeamHelper::update($user->group_id, array( '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'));