summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-27 13:30:50 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-27 13:30:50 +0000
commit40925dcf142fcd6b8aa3f56c7c17d2b493dc3095 (patch)
treeecd0abd66179ea89a00ba6e3e70ab5a8443c4d18 /frontends/php/include
parent0482c7707b3cbbafe8a6b8197b49e92b44f67f23 (diff)
downloadzabbix-40925dcf142fcd6b8aa3f56c7c17d2b493dc3095.tar.gz
zabbix-40925dcf142fcd6b8aa3f56c7c17d2b493dc3095.tar.xz
zabbix-40925dcf142fcd6b8aa3f56c7c17d2b493dc3095.zip
fixed new operations for actions
git-svn-id: svn://svn.zabbix.com/trunk@4070 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/actions.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/actions.inc.php b/frontends/php/include/actions.inc.php
index 81f5799b..9b872a85 100644
--- a/frontends/php/include/actions.inc.php
+++ b/frontends/php/include/actions.inc.php
@@ -732,6 +732,7 @@ include_once 'include/discovery.inc.php';
error(S_INCORRECT_HOST);
return false;
}
+ break;
default:
error(S_INCORRECT_OPERATION_TYPE);
return false;