diff options
Diffstat (limited to 'frontends/php/graphs.php')
| -rw-r--r-- | frontends/php/graphs.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); ?> <?php |
