summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_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/firewall_nat_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/firewall_nat_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index ddba4fa..55fc463 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -667,7 +667,7 @@ $section->addInput(new Form_Checkbox(
$pconfig['nordr']
))->setHelp('This option is rarely needed. Don\'t use this without thorough knowledge of the implications.');
-$iflist = get_configured_interface_with_descr(false, true);
+$iflist = get_configured_interface_with_descr(true);
foreach ($iflist as $if => $ifdesc) {
if (have_ruleint_access($if)) {
OpenPOWER on IntegriCloud