diff --git a/module/VuFind/src/VuFind/Search/Base/Params.php b/module/VuFind/src/VuFind/Search/Base/Params.php index 3115500133e0a8ae0e31f5e371737ad72630bc57..2202e38344e97a68799f8dc7f826ba43364a97a9 100644 --- a/module/VuFind/src/VuFind/Search/Base/Params.php +++ b/module/VuFind/src/VuFind/Search/Base/Params.php @@ -1168,7 +1168,7 @@ class Params implements ServiceLocatorAwareInterface * @return void */ protected function initGenericRangeFilters($request, - $requestParam = 'genericrange', $valueFilter = null, $filterGenerator = null + $requestParam = 'genericrange', $valueFilter = null, $filterGenerator = null ) { $rangeFacets = $request->get($requestParam); if (!empty($rangeFacets)) {