summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-01 16:14:20 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-01 16:14:20 -0400
commitcd4f5654cbf1a7daa9a6293273883dcdf00e919a (patch)
tree4a8d418d67a9d1078afea80073c05d2ef918a556 /src/usr/local/www/firewall_rules_edit.php
parentb4333696779e52885d282f650aad27395ba942c5 (diff)
downloadpfsense-cd4f5654cbf1a7daa9a6293273883dcdf00e919a.zip
pfsense-cd4f5654cbf1a7daa9a6293273883dcdf00e919a.tar.gz
Fixed 5056
Corrected input value
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 2a61bef..ee339fb 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1193,7 +1193,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Select(
'proto',
'Protocol',
- $pconfig['ipprotocol'],
+ $pconfig['proto'],
array(
'tcp' => 'TCP',
'udp' => 'UDP',
OpenPOWER on IntegriCloud