diff options
Diffstat (limited to 'frontends/php/triggers.php')
| -rw-r--r-- | frontends/php/triggers.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/triggers.php b/frontends/php/triggers.php index 8130e39e..b8995b19 100644 --- a/frontends/php/triggers.php +++ b/frontends/php/triggers.php @@ -1,7 +1,7 @@ <?php /* ** ZABBIX -** Copyright (C) 2000-2005 SIA Zabbix +** Copyright (C) 2000-2007 SIA Zabbix ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -89,7 +89,7 @@ include_once "include/page_header.php"; $showdisabled = get_request("showdisabled", 0); - validate_group_with_host(PERM_READ_WRITE,array("allow_all_hosts","always_select_first_host","with_items"), + validate_group_with_host(PERM_READ_WRITE,array("allow_all_hosts","always_select_first_host","with_items","only_current_node"), 'web.last.conf.groupid', 'web.last.conf.hostid'); ?> <?php |
