X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d5f3d27d84a808f8333822de5662b2cd3a2e322c..995feb6c9e97991e5b9d9803fbc3c8a41ac48922:/admin_team_delete.php diff --git a/admin_team_delete.php b/admin_team_delete.php index 1bc290bd..99d508fb 100644 --- a/admin_team_delete.php +++ b/admin_team_delete.php @@ -51,14 +51,14 @@ if ($request->isPost()) { $admin = new ttAdmin(); $result = $admin->markGroupDeleted($group_id); if ($result) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } else $err->add($i18n->get('error.db')); } if ($request->getParameter('btn_cancel')) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } // isPost