X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d5f3d27d84a808f8333822de5662b2cd3a2e322c..995feb6c9e97991e5b9d9803fbc3c8a41ac48922:/admin_team_add.php diff --git a/admin_team_add.php b/admin_team_add.php index 65031efd..7904d9f2 100644 --- a/admin_team_add.php +++ b/admin_team_add.php @@ -107,7 +107,7 @@ if ($request->isPost()) { $registrator->register(); $registrator->setCreatedBy($user->id); // Override created_by to admin account. if ($err->no()) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } // isPost