diff --git a/usr/local/www/system_gateway_groups.php b/usr/local/www/system_gateway_groups.php index 481370d8e7..647bb42d73 100755 --- a/usr/local/www/system_gateway_groups.php +++ b/usr/local/www/system_gateway_groups.php @@ -35,6 +35,7 @@ if (!is_array($config['gateways']['gateway_group'])) $config['gateways']['gateway_group'] = array(); $a_gateway_groups = &$config['gateways']['gateway_group']; +$a_gateways = &$config['gateways']['gateway_item']; $changedesc = "Gateway Groups: "; if ($_POST) { @@ -77,7 +78,7 @@ include("head.inc");
-