summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_routes_edit.php')
-rwxr-xr-xusr/local/www/system_routes_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php
index 828904a..7d3df5e 100755
--- a/usr/local/www/system_routes_edit.php
+++ b/usr/local/www/system_routes_edit.php
@@ -58,7 +58,7 @@ if (!is_array($config['staticroutes']['route']))
$config['staticroutes']['route'] = array();
$a_routes = &$config['staticroutes']['route'];
-$a_gateways = return_gateways_array(true);
+$a_gateways = return_gateways_array(true, true);
$id = $_GET['id'];
if (isset($_POST['id']))
OpenPOWER on IntegriCloud