Fix redirect from controlcap to options=>control

pull/3982/head
Isaac Connor 2024-04-30 06:52:35 -04:00
parent 6216fdec36
commit f5333d2cfd
1 changed files with 1 additions and 1 deletions

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