summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-25 08:34:58 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-25 08:34:58 -0300
commit52cacff8edc3346b39f795f197028c03b4305fe8 (patch)
treeda88f67cd8e1413990b3b7a9e0c694bdc2dfdc13 /usr/local/www/wizards
parent260a6901fd35a28a5ad0cb16373766bfc6ee30c4 (diff)
downloadpfsense-52cacff8edc3346b39f795f197028c03b4305fe8.zip
pfsense-52cacff8edc3346b39f795f197028c03b4305fe8.tar.gz
Fix field name
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/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 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;
OpenPOWER on IntegriCloud