aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <andy@fud.org.nz>2010-02-11 13:03:40 +1300
committerthompsa <andy@fud.org.nz>2010-02-11 13:03:40 +1300
commit0f03c7e2536107f9d37971381d20aa66abe001a5 (patch)
tree6681f638871a7699daa29412c5d78ca539002569
parentb71afe21157d55a270b84e22f025aa6455d286ce (diff)
downloadpfsense-packages-0f03c7e2536107f9d37971381d20aa66abe001a5.tar.gz
pfsense-packages-0f03c7e2536107f9d37971381d20aa66abe001a5.tar.bz2
pfsense-packages-0f03c7e2536107f9d37971381d20aa66abe001a5.zip
fix variable name type-o
-rwxr-xr-xconfig/haproxy-dev/haproxy_listeners_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-dev/haproxy_listeners_edit.php b/config/haproxy-dev/haproxy_listeners_edit.php
index 326a5a20..6f18b1bd 100755
--- a/config/haproxy-dev/haproxy_listeners_edit.php
+++ b/config/haproxy-dev/haproxy_listeners_edit.php
@@ -563,7 +563,7 @@ include("head.inc");
foreach ($a_acl as $acl) {
$t = haproxy_find_acl($acl['expression']);
$display = '';
- if (!$t || ($t['mode'] != '' && $t['mode'] != strtolower($backend['type'])))
+ if (!$t || ($t['mode'] != '' && $t['mode'] != strtolower($pconfig['type'])))
$display = 'style="display: none;"';
?>
<tr id="aclrow<?=$counter;?>" <?=$display;?>>