diff options
author | Scott Ullrich <sullrich@su.local> | 2009-09-03 22:28:07 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@su.local> | 2009-09-03 22:28:07 -0400 |
commit | 6a3aed9b8600b8a2adf2673de3ed73169c01aa21 (patch) | |
tree | c05ef0e7bd7e71bf61f54391ebaf399b52e59752 /usr/local | |
parent | f2ad7765bc0ff60118a92e7ba763ab6cb10f8325 (diff) | |
download | pfsense-6a3aed9b8600b8a2adf2673de3ed73169c01aa21.zip pfsense-6a3aed9b8600b8a2adf2673de3ed73169c01aa21.tar.gz |
Restore correct variable
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc | 2 |
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}"); |