diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-13 21:35:49 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-13 21:35:49 +0000 |
| commit | e5ace5611c956becbfaab1874cb1276b8922ce69 (patch) | |
| tree | 3a51cdd15d44559d39fe8c567db89c133870631d /frontends/php/include/actions.inc.php | |
| parent | 1f69048c2b2ce89df4e5e750a506f846108afcd1 (diff) | |
- [DEV-108] GUI - Actions
git-svn-id: svn://svn.zabbix.com/trunk@5486 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/actions.inc.php')
| -rw-r--r-- | frontends/php/include/actions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/actions.inc.php b/frontends/php/include/actions.inc.php index 6ce4792e..a2cf7435 100644 --- a/frontends/php/include/actions.inc.php +++ b/frontends/php/include/actions.inc.php @@ -668,7 +668,7 @@ include_once 'include/discovery.inc.php'; } break; case CONDITION_TYPE_DSTATUS: - if( S_UNKNOWN == discovery_status2str($value) ) + if( S_UNKNOWN == discovery_object_status2str($value) ) { error(S_INCORRECT_DISCOVERY_STATUS); return false; |
