summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmap.php')
-rw-r--r--frontends/php/sysmap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php
index 24188f52..757fc547 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -50,7 +50,7 @@ include_once "include/page_header.php";
"linkid"=> array(T_ZBX_INT, O_OPT, P_SYS, DB_ID,NULL),
"selementid1"=> array(T_ZBX_INT, O_OPT, NULL, DB_ID.'{}!={selementid2}','isset({save_link})'),
"selementid2"=> array(T_ZBX_INT, O_OPT, NULL, DB_ID.'{}!={selementid1}','isset({save_link})'),
- "triggers"=> array(T_ZBX_STR, O_OPT, NULL, null,'isset({save_link})'),
+ "triggers"=> array(T_ZBX_STR, O_OPT, NULL, null,null),
"drawtype"=>array(T_ZBX_INT, O_OPT, NULL, IN("0,1,2,3,4"),'isset({save_link})'),
"color"=> array(T_ZBX_STR, O_OPT, NULL, NOT_EMPTY,'isset({save_link})'),