From f5333d2cfd741c5f8c8d113e364391ab00a0a2b1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 30 Apr 2024 06:52:35 -0400 Subject: [PATCH] Fix redirect from controlcap to options=>control --- web/includes/actions/controlcap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/actions/controlcap.php b/web/includes/actions/controlcap.php index 01f80254c..76eacf748 100644 --- a/web/includes/actions/controlcap.php +++ b/web/includes/actions/controlcap.php @@ -89,6 +89,6 @@ if ( $action == 'Save' ) { //$changes = getFormChanges( $control, $_REQUEST['newControl'], $types, $columns ); $Control->save($_REQUEST['Control']); - $redirect = '?view=controlcaps'; + $redirect = '?view=options&tab=control'; } // end if action ?>