diff --git a/application/controllers/ServicesController.php b/application/controllers/ServicesController.php index bff08b19..4f79fb03 100644 --- a/application/controllers/ServicesController.php +++ b/application/controllers/ServicesController.php @@ -56,7 +56,11 @@ class ServicesController extends Controller ] ); $viewModeSwitcher = $this->createViewModeSwitcher(); - $filterControl = $this->createFilterControl($services); + $filterControl = $this->createFilterControl($services, [ + $limitControl->getLimitParam(), + $sortControl->getSortParam(), + $viewModeSwitcher->getViewModeParam() + ]); $services->peekAhead($compact);