redirect to controlcaps after saving a control

pull/3054/head
Andrew Bauer 2020-09-26 14:31:59 -05:00
parent dc08319037
commit 2d8349073d
1 changed files with 1 additions and 2 deletions

View File

@ -89,7 +89,6 @@ if ( $action == 'controlcap' ) {
//$changes = getFormChanges( $control, $_REQUEST['newControl'], $types, $columns );
$Control->save($_REQUEST['newControl']);
$refreshParent = true;
$view = 'none';
$redirect = '?view=controlcaps';
} // end if action
?>