mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix scheduler field name
This commit is contained in:
parent
6f1d690cc1
commit
cdcbc988ef
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user