summaryrefslogtreecommitdiffstats
path: root/frontends/php/actionconf.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-02 12:45:21 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-02 12:45:21 +0000
commite58322734a3b0a38f4fbb9f061bab0987060de60 (patch)
tree3e6f77b8d8078939b6a2c7f801b9d85a6817dc57 /frontends/php/actionconf.php
parent914ff5a4f37c2bf999ab92baaa06964a2b963972 (diff)
downloadzabbix-e58322734a3b0a38f4fbb9f061bab0987060de60.tar.gz
zabbix-e58322734a3b0a38f4fbb9f061bab0987060de60.tar.xz
zabbix-e58322734a3b0a38f4fbb9f061bab0987060de60.zip
- [DEV-171] fix to form (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5741 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/actionconf.php')
-rw-r--r--frontends/php/actionconf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/actionconf.php b/frontends/php/actionconf.php
index e1ddd06f..cdd38991 100644
--- a/frontends/php/actionconf.php
+++ b/frontends/php/actionconf.php
@@ -61,7 +61,7 @@ include_once 'include/page_header.php';
'new_condition'=> array(null, O_OPT, null, null, 'isset({add_condition})'),
- 'operations'=> array(null, O_OPT, null, null, null),
+ 'operations'=> array(null, O_OPT, null, null, 'isset({save})'),
'g_operationid'=> array(null, O_OPT, null, null, null),
'edit_operationid'=>array(null, O_OPT, P_ACT, DB_ID, null),