Commit 25d38d96 authored by Ad Schellevis's avatar Ad Schellevis

remove unused burst in trafficshaper search, closes https://github.com/opnsense/core/issues/1406

parent 067f0982
......@@ -201,7 +201,7 @@ class SettingsController extends ApiControllerBase
$grid = new UIModelGrid($mdlShaper->pipes->pipe);
return $grid->fetchBindRequest(
$this->request,
array("enabled","number", "bandwidth","bandwidthMetric","burst","description","mask","origin"),
array("enabled","number", "bandwidth","bandwidthMetric","description","mask","origin"),
"number"
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment