Commit f3f36924 authored by Ad Schellevis's avatar Ad Schellevis

(status_gateway_groups) missed a sport, for https://github.com/opnsense/core/issues/1132

parent 5dc170e2
......@@ -36,7 +36,7 @@ if (!isset($config['gateways']['gateway_group']) || !is_array($config['gateways'
} else {
$a_gateway_groups = &$config['gateways']['gateway_group'];
}
$gateways_status = return_gateways_status();
$gateways_status = return_gateways_status(true);
$a_gateways = return_gateways_array();
legacy_html_escape_form_data($a_gateways);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment