diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 02231a95..89edd1e6 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2784,7 +2784,7 @@ function insert_hostgroups_form() { global $_REQUEST; - global $USER_DETAILS; + global $USER_DETAILS; $hosts = get_request("hosts",array()); $frm_title = S_HOST_GROUP; |
