]> wagnertech.de Git - timetracker.git/blobdiff - admin_team_add.php
Some more renaming in progress.
[timetracker.git] / admin_team_add.php
index 65031efdaea07969d9e741948577cecc7fcda1c5..7904d9f213c71ad02fdc9d4164a08db2cd2c659b 100644 (file)
@@ -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