X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d5f3d27d84a808f8333822de5662b2cd3a2e322c..995feb6c9e97991e5b9d9803fbc3c8a41ac48922:/admin_team_edit.php diff --git a/admin_team_edit.php b/admin_team_edit.php index 58e81b99..0efca4f6 100644 --- a/admin_team_edit.php +++ b/admin_team_edit.php @@ -90,13 +90,13 @@ if ($request->isPost()) { $admin = new ttAdmin($err); $result = $admin->updateGroup($group_id, $fields); if ($result) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } if ($request->getParameter('btn_cancel')) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } // isPost