Some more renaming in progress.
[timetracker.git] / admin_team_edit.php
index 58e81b9..0efca4f 100644 (file)
@@ -90,13 +90,13 @@ if ($request->isPost()) {
     $admin = new ttAdmin($err);
     $result = $admin->updateGroup($group_id, $fields);
     if ($result) {
-      header('Location: admin_teams.php');
+      header('Location: admin_groups.php');
       exit();
     }
   }
 
   if ($request->getParameter('btn_cancel')) {
-    header('Location: admin_teams.php');
+    header('Location: admin_groups.php');
     exit();
   }
 } // isPost