From d50e95fe9bf1f09ba4ddd39bf9fd0dafe3bf96c9 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 31 Jul 2018 16:46:36 -0400 Subject: [PATCH] redirect to montage instead of montagereview --- web/includes/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) {