Fix redirect from controlcap to options=>control
parent
6216fdec36
commit
f5333d2cfd
|
@ -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
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue