summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-17 13:02:32 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-17 13:02:32 -0500
commita088bcb5537b0680fba619da6bd96652ac08c0c2 (patch)
treebc74546a75f66945c8a4d8b4352a6e55fb7eabc3 /src/usr/local/www/firewall_nat.php
parent955454631379bec8b9a468839021f980a7202ce7 (diff)
downloadpfsense-a088bcb5537b0680fba619da6bd96652ac08c0c2.zip
pfsense-a088bcb5537b0680fba619da6bd96652ac08c0c2.tar.gz
Fixed #5467
Diffstat (limited to 'src/usr/local/www/firewall_nat.php')
-rw-r--r--src/usr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php
index 0e253c9..df0c222 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -238,7 +238,7 @@ foreach ($a_nat as $natent):
<?php
elseif (!empty($natent['associated-rule-id'])):
?>
- <i class="icon-random" title="<?=gettext("Firewall rule ID ")?><?=htmlspecialchars($nnatid)?> . <?=gettext('is managed by this rule')?>"></i>
+ <i class="icon-random" title="<?=gettext("Firewall rule ID ")?><?=htmlspecialchars($natent['associated-rule-id'])?> . <?=gettext('is managed by this rule')?>"></i>
<?php
endif;
?>
OpenPOWER on IntegriCloud