summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-25 10:25:56 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-25 10:25:56 +0545
commitada4628fea5ba63566281dc4c086ead777aa5039 (patch)
treebfa83dd33f39dd377652f361186bf88d4b8fc42f /src/usr/local
parenta2c5280d92c2707c27cbef318b1ced7122c32b0e (diff)
downloadpfsense-ada4628fea5ba63566281dc4c086ead777aa5039.zip
pfsense-ada4628fea5ba63566281dc4c086ead777aa5039.tar.gz
Save selected wireless interface
This looks like a bug. I don't have a system with the necessary hardware running 2.3 right now to really test, but the code that processes the submit/apply looks for $_POST['if'] Please double-check on suitable hardware!
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/interfaces_wireless_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_wireless_edit.php b/src/usr/local/www/interfaces_wireless_edit.php
index adfaf29..a599a2b 100644
--- a/src/usr/local/www/interfaces_wireless_edit.php
+++ b/src/usr/local/www/interfaces_wireless_edit.php
@@ -210,7 +210,7 @@ $form = new Form();
$section = new Form_Section('Wireless Interface Configuration');
$section->addInput(new Form_Select(
- 'parent',
+ 'if',
'Parent Interface',
$pconfig['if'],
build_parent_list()
OpenPOWER on IntegriCloud