summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/blocks.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 06:56:46 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 06:56:46 +0000
commit86ada7d77c1ce15210d7894d0858bbafd3a3f0c6 (patch)
tree5624f1a872a7df3006c6dd90266d03a10d070731 /frontends/php/include/blocks.inc.php
parent1f6bef28b8801d8f902ab23c520dfcf7430b1394 (diff)
downloadzabbix-86ada7d77c1ce15210d7894d0858bbafd3a3f0c6.tar.gz
zabbix-86ada7d77c1ce15210d7894d0858bbafd3a3f0c6.tar.xz
zabbix-86ada7d77c1ce15210d7894d0858bbafd3a3f0c6.zip
- [DEV-149] partial implementation {beta} (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5682 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/blocks.inc.php')
-rw-r--r--frontends/php/include/blocks.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/blocks.inc.php b/frontends/php/include/blocks.inc.php
index bf51d24c..fac98a0b 100644
--- a/frontends/php/include/blocks.inc.php
+++ b/frontends/php/include/blocks.inc.php
@@ -503,7 +503,7 @@ function make_latest_issues(){
global $USER_DETAILS;
$available_hosts = get_accessible_hosts_by_user($USER_DETAILS,PERM_READ_ONLY,PERM_RES_IDS_ARRAY);
- $available_triggers = get_accessible_triggers(PERM_READ_LIST,PERM_RES_IDS_ARRAY);
+ $available_triggers = get_accessible_triggers(PERM_READ_ONLY,PERM_RES_IDS_ARRAY);
$scripts_by_hosts = get_accessible_scripts_by_hosts($available_hosts);
$config=select_config();