Fix redirect from controlcap to options=>control

This commit is contained in:
Isaac Connor
2024-04-30 06:52:35 -04:00
parent 6216fdec36
commit f5333d2cfd

View File

@@ -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
?>