Don't go resetting the threshold value

This commit is contained in:
James Brooks
2016-06-02 09:09:03 +01:00
parent 15387b1da8
commit 7eef9467aa

View File

@@ -114,7 +114,7 @@ class MetricController extends AbstractApiController
Binput::get('display_chart'),
Binput::get('places'),
Binput::get('view'),
Binput::get('threshold', 5)
Binput::get('threshold')
));
} catch (QueryException $e) {
throw new BadRequestHttpException();