summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-07 15:44:53 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-07 15:44:53 +0000
commit38a5a287381863cea4cb852df8e47c16bb4d5aeb (patch)
tree92a3dd4512c6bc272a0d90bc2ac4656ae05e2903 /frontends/php/include/classes
parente0531e491d0fc52fb3d662890dbd3dbedebfa754 (diff)
downloadzabbix-38a5a287381863cea4cb852df8e47c16bb4d5aeb.tar.gz
zabbix-38a5a287381863cea4cb852df8e47c16bb4d5aeb.tar.xz
zabbix-38a5a287381863cea4cb852df8e47c16bb4d5aeb.zip
- [DEV-61] automatic selection of drop-down element (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4980 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes')
-rw-r--r--frontends/php/include/classes/ctag.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes/ctag.inc.php b/frontends/php/include/classes/ctag.inc.php
index 4ded0d84..228090fc 100644
--- a/frontends/php/include/classes/ctag.inc.php
+++ b/frontends/php/include/classes/ctag.inc.php
@@ -68,7 +68,7 @@
$this->items = array();
if(isset($items))
{
- $this->AddItems($items);
+ $this->AddItem($items);
}
}