diff --git a/web/includes/actions.php b/web/includes/actions.php index a38515f3d..0c589d005 100644 --- a/web/includes/actions.php +++ b/web/includes/actions.php @@ -732,7 +732,7 @@ if ( canEdit( 'System' ) ) { $_SESSION['zmMontageLayout'] = $Layout->Id(); setcookie('zmMontageLayout', $Layout->Id(), 1 ); session_write_close(); - $redirect = ZM_BASE_URL.$_SERVER['PHP_SELF'].'?view=montagereview'; + $redirect = ZM_BASE_URL.$_SERVER['PHP_SELF'].'?view=montage'; } // end if save } else if ( $_REQUEST['object'] == 'server' ) {