From 053e091380bdeff1d9a423e1dfdcfcda396045d5 Mon Sep 17 00:00:00 2001 From: artem Date: Fri, 2 Nov 2007 09:49:44 +0000 Subject: - [ZBX-134] merged rev. 4956:4966 of branches/1.4/ (Artem) (fixes for hostid/groupid validation on Node switch) git-svn-id: svn://svn.zabbix.com/trunk@4968 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/graphs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/graphs.php') diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php index f7f8a037..f20237e5 100644 --- a/frontends/php/graphs.php +++ b/frontends/php/graphs.php @@ -85,7 +85,7 @@ include_once "include/page_header.php"; check_fields($fields); - validate_group_with_host(PERM_READ_WRITE,array("allow_all_hosts","always_select_first_host"), + validate_group_with_host(PERM_READ_WRITE,array("allow_all_hosts","always_select_first_host","only_current_node"), 'web.last.conf.groupid', 'web.last.conf.hostid'); ?>