summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 081b6028..b901d1ca 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -4193,7 +4193,7 @@ include_once 'include/discovery.inc.php';
$frmHost->AddRow(S_NAME,new CTextBox('host',$host,20));
- $grp_tb = new CTweenBox('groups_in','groups_out',10);
+ $grp_tb = new CTweenBox($frmHost,'groups',10);
$db_groups=DBselect('SELECT DISTINCT groupid,name '.
' FROM groups '.