diff --git a/application/controllers/HostgroupsController.php b/application/controllers/HostgroupsController.php index 77c4006c..cb9f3341 100644 --- a/application/controllers/HostgroupsController.php +++ b/application/controllers/HostgroupsController.php @@ -32,7 +32,10 @@ class HostgroupsController extends Controller 'services_total desc' => t('Total Services') ] ); - $filterControl = $this->createFilterControl($hostgroups); + $filterControl = $this->createFilterControl($hostgroups, [ + $limitControl->getLimitParam(), + $sortControl->getSortParam() + ]); $this->filter($hostgroups);