Fix scheduler field name

This commit is contained in:
Renato Botelho 2014-07-25 08:57:49 -03:00
parent 6f1d690cc1
commit cdcbc988ef

View File

@ -302,7 +302,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;