]> wagnertech.de Git - timetracker.git/blobdiff - admin_options.php
A bit of refactoring.
[timetracker.git] / admin_options.php
index cc9fd65c4cbdfffd17001d6f3c585d4218ff2087..226a8a5e70659ae1d47621c0be11f90e3ab92fc1 100644 (file)
@@ -73,7 +73,7 @@ if ($request->isPost()) {
   $admin = new ttAdmin($err);
   $result = $admin->updateSelf($fields);
   if ($result) {
-    header('Location: admin_teams.php');
+    header('Location: admin_groups.php');
     exit();
   }
 } // isPost