summaryrefslogtreecommitdiffstats
path: root/frontends/php/events.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/events.php')
-rw-r--r--frontends/php/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/events.php b/frontends/php/events.php
index bbf6a067..2c782527 100644
--- a/frontends/php/events.php
+++ b/frontends/php/events.php
@@ -174,7 +174,7 @@ include_once "include/page_header.php";
}
//SDI($_REQUEST['groupid'].' : '.$_REQUEST['hostid']);
- validate_group_with_host(PERM_READ_ONLY, array('allow_all_hosts','monitored_hosts','with_items'));
+ validate_group_with_host(PERM_READ_ONLY, array('allow_all_hosts','monitored_hosts','with_items','always_select_first_host'));
$cmbGroup = new CComboBox('groupid',$_REQUEST['groupid'],'submit()');
$cmbHosts = new CComboBox('hostid',$_REQUEST['hostid'],'submit()');