From 0f03c7e2536107f9d37971381d20aa66abe001a5 Mon Sep 17 00:00:00 2001 From: thompsa Date: Thu, 11 Feb 2010 13:03:40 +1300 Subject: fix variable name type-o --- config/haproxy-dev/haproxy_listeners_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/haproxy-dev') 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;"'; ?> > -- cgit v1.2.3