redirect to montage instead of montagereview
This commit is contained in:
parent
246070793b
commit
d50e95fe9b
|
@ -732,7 +732,7 @@ if ( canEdit( 'System' ) ) {
|
||||||
$_SESSION['zmMontageLayout'] = $Layout->Id();
|
$_SESSION['zmMontageLayout'] = $Layout->Id();
|
||||||
setcookie('zmMontageLayout', $Layout->Id(), 1 );
|
setcookie('zmMontageLayout', $Layout->Id(), 1 );
|
||||||
session_write_close();
|
session_write_close();
|
||||||
$redirect = ZM_BASE_URL.$_SERVER['PHP_SELF'].'?view=montagereview';
|
$redirect = ZM_BASE_URL.$_SERVER['PHP_SELF'].'?view=montage';
|
||||||
} // end if save
|
} // end if save
|
||||||
|
|
||||||
} else if ( $_REQUEST['object'] == 'server' ) {
|
} else if ( $_REQUEST['object'] == 'server' ) {
|
||||||
|
|
Loading…
Reference in New Issue