summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-10-18 15:16:33 +0000
committerErmal <eri@pfsense.org>2010-10-18 15:16:33 +0000
commit5d763c0e195a68e25467b7ccc0949453214e8d14 (patch)
tree5a7859efb5a5d07da778ab32428f82b5e2c7d428 /usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
parent2e408f5995c6a163365b353af70522f0546997b6 (diff)
downloadpfsense-5d763c0e195a68e25467b7ccc0949453214e8d14.zip
pfsense-5d763c0e195a68e25467b7ccc0949453214e8d14.tar.gz
Fix the dedicated and multi_all wizards. They had typos in variable names and some remaining unused code which caused problems!
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc')
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index 7e88216..b44a0b8 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -1088,7 +1088,7 @@ function apply_all_choosen_items() {
$voip = true;
$voipbw = $config['ezshaper']['step3']["local{$i}download"];
$voipbwunit = $config['ezshaper']['step3']["local{$i}downloadspeed"];
- if ($scehd != HFSC) {
+ if ($sched != HFSC) {
if ($penaltybwunit == "%")
$factor = $lanbw/100;
else
OpenPOWER on IntegriCloud