Some more renaming in progress.
[timetracker.git] / admin_team_add.php
index 65031ef..7904d9f 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