Changed redirect after configuring record locking.
[timetracker.git] / locking.php
index 2de307e..8aae756 100644 (file)
@@ -54,7 +54,7 @@ if ($request->isPost()) {
     if (ttTeamHelper::update($user->group_id, array(
       'name' => $user->group,
       'lock_spec' => $cl_lock_spec))) {
-      header('Location: profile_edit.php');
+      header('Location: group_edit.php');
       exit();
     } else {
       $err->add($i18n->get('error.db'));