diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-07-25 08:34:58 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-07-25 08:34:58 -0300 |
commit | 52cacff8edc3346b39f795f197028c03b4305fe8 (patch) | |
tree | da88f67cd8e1413990b3b7a9e0c694bdc2dfdc13 | |
parent | 260a6901fd35a28a5ad0cb16373766bfc6ee30c4 (diff) | |
download | pfsense-52cacff8edc3346b39f795f197028c03b4305fe8.zip pfsense-52cacff8edc3346b39f795f197028c03b4305fe8.tar.gz |
Fix field name
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc | 2 |
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 288a80d..a1296bb 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc @@ -323,7 +323,7 @@ function step2_stepsubmitphpaction() { $stepid--; return; } - if (intval($upbw) < 128 && $_POST["conn{$i}uploadspeed"] == "Kb" && trim($_POST["conn{$i}scheduler"]) == "CBQ") { + if (intval($upbw) < 128 && $_POST["conn{$i}uploadspeed"] == "Kb" && trim($_POST["conn{$i}uploadscheduler"]) == "CBQ") { $savemsg=gettext("Uploads smaller than 128Kbit/s is not supported for connection {$i} on CBQ scheduler."); $stepid--; return; |