Redirect after save so that a reload doesn't redo the post

pull/3034/head
Isaac Connor 2020-08-27 17:20:24 -04:00
parent f294d099c9
commit b458a7c893
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ if ( isset($_REQUEST['object']) and ( $_REQUEST['object'] == 'filter' ) ) {
} else if ( $filter->Background() ) {
$filter->control('start');
}
$redirect = '?view=filter&Id='.$filter->Id();
} else if ( $action == 'control' ) {
if ( $_REQUEST['command'] == 'start'