Merge branch 'master' into multi-server

pull/1207/head
Isaac Connor 2015-12-09 10:43:38 -05:00
commit 6cfd993890
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ if ( !empty($action) )
// System edit actions
if ( canEdit( 'System' ) )
{
if ( $_REQUEST['object'] == 'server' ) {
if ( isset( $_REQUEST['object'] ) and ( $_REQUEST['object'] == 'server' ) ) {
if ( $action == "Save" ) {
if ( !empty($_REQUEST['id']) )