mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 11:35:15 -04:00
Fix redirect from controlcap to options=>control
This commit is contained in:
@@ -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
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user