summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg.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/pkg.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/pkg.php')
-rw-r--r--src/usr/local/www/pkg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg.php b/src/usr/local/www/pkg.php
index 305f28b..9358fd3 100644
--- a/src/usr/local/www/pkg.php
+++ b/src/usr/local/www/pkg.php
@@ -143,7 +143,7 @@ if ($_REQUEST['act'] == "del") {
ob_start();
-$iflist = get_configured_interface_with_descr(false, true);
+$iflist = get_configured_interface_with_descr(true);
$evaledvar = $config['installedpackages'][xml_safe_fieldname($pkg['name'])]['config'];
if ($pkg['custom_php_global_functions'] != "") {
OpenPOWER on IntegriCloud