X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin_team_delete.php;h=99d508fbdde3ecbe82377690dc82935ba3c4cb93;hb=995feb6c9e97991e5b9d9803fbc3c8a41ac48922;hp=1bc290bda1816b83d24446cdede709a7b1a6d845;hpb=d5f3d27d84a808f8333822de5662b2cd3a2e322c;p=timetracker.git 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