diff --git a/src/Controller/FacetBlockAjaxController.php b/src/Controller/FacetBlockAjaxController.php index ce43a99b220f8a9b4498e235fac4ea2c1bd91015..8e5613d4c5ec6b2351e508fd0a70e8b0f4ed84d1 100644 --- a/src/Controller/FacetBlockAjaxController.php +++ b/src/Controller/FacetBlockAjaxController.php @@ -130,7 +130,7 @@ class FacetBlockAjaxController extends ControllerBase { $request_stack = new RequestStack(); $processed = $this->pathProcessor->processInbound($path, $new_request); - $this->currentPath->setPath($processed, $new_request); + $this->currentPath->setPath($processed); $request->attributes->add($this->router->matchRequest($new_request)); $request_stack->push($new_request);