diff --git a/web/includes/actions/filter.php b/web/includes/actions/filter.php index a2e272025..2725c70fc 100644 --- a/web/includes/actions/filter.php +++ b/web/includes/actions/filter.php @@ -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'