summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-04-16 16:03:28 +0545
committerPhil Davis <phil.davis@inf.org>2017-04-16 16:03:28 +0545
commitf593f80b48027485c97516dcda4336b31a9f58a2 (patch)
tree8db80b459f90f7acd5da590f2d0f5f3bc61853c5 /src/usr/local/www/system_gateways_edit.php
parent8a0af41adc9c29ccf7b8dabb3b7658abf46054a6 (diff)
downloadpfsense-f593f80b48027485c97516dcda4336b31a9f58a2.zip
pfsense-f593f80b48027485c97516dcda4336b31a9f58a2.tar.gz
Refactor get_configured_interface_with_descr remove unused parameter
Diffstat (limited to 'src/usr/local/www/system_gateways_edit.php')
-rw-r--r--src/usr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index 6c3f46f..c44100d 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -596,7 +596,7 @@ $section->addInput(new Form_Select(
'interface',
'*Interface',
$pconfig['friendlyiface'],
- get_configured_interface_with_descr(false, true)
+ get_configured_interface_with_descr(true)
))->setHelp('Choose which interface this gateway applies to.');
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud