summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-03 22:28:07 -0400
committerScott Ullrich <sullrich@su.local>2009-09-03 22:28:07 -0400
commit6a3aed9b8600b8a2adf2673de3ed73169c01aa21 (patch)
treec05ef0e7bd7e71bf61f54391ebaf399b52e59752 /usr/local/www/wizards
parentf2ad7765bc0ff60118a92e7ba763ab6cb10f8325 (diff)
downloadpfsense-6a3aed9b8600b8a2adf2673de3ed73169c01aa21.zip
pfsense-6a3aed9b8600b8a2adf2673de3ed73169c01aa21.tar.gz
Restore correct variable
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
index 576c4c8..c349885 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -60,7 +60,7 @@ function step2_stepbeforeformdisplay() {
$numberofinterfaces++;
$iflist[] = $if;
}
- $numberofconnections = intval($config['ezshaper']['step1']['enternumberoflantypeconnections']);
+ $numberofconnections = intval($config['ezshaper']['step1']['numberofconnections']);
if ($numberofconnections > $numberofinterfaces) {
$message=gettext("You do not have {$numberofconnections} of local interfaces!");
header("Location:wizard.php?xml=traffic_shaper_wizard_multi_lan.xml&stepid=0&message={$message}");
OpenPOWER on IntegriCloud