summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDarren Embry <dse@webonastick.com>2012-03-22 12:36:28 -0400
committerDarren Embry <dse@webonastick.com>2012-03-22 12:36:28 -0400
commitda5895bb9961916d7f76e652063b6d69ae8ce86c (patch)
tree374004a4755813e9bb87a21b96972c10e9372007 /etc
parent59418ceef6ffa89a9da38f4d4a1251dc73d5c05f (diff)
downloadpfsense-da5895bb9961916d7f76e652063b6d69ae8ce86c.zip
pfsense-da5895bb9961916d7f76e652063b6d69ae8ce86c.tar.gz
fix a typo.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b8a011b..9603789 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -553,7 +553,7 @@ function interface_bridge_configure(&$bridge, $checkmember = 0) {
}
}
if (!empty($bridge['ifpathcost'])) {
- $pconfig = explode(",", $bridges['ifpathcost']);
+ $pconfig = explode(",", $bridge['ifpathcost']);
$ifpathcost = array();
foreach ($pconfig as $cfg) {
$embcfg = explode_assoc(":", $cfg);
OpenPOWER on IntegriCloud