Remove superfluous call to $this->applyRestrictions()

This commit is contained in:
Sukhwinder Dhillon 2022-03-22 08:21:25 +01:00 committed by Johannes Meyer
parent f257c5a48f
commit 0b08e68d67
2 changed files with 0 additions and 2 deletions

View file

@ -67,7 +67,6 @@ class HostsController extends IcingadbGraphiteController
$filter = $searchBar->getFilter();
}
$this->applyRestrictions($hosts);
$hosts->filter($filter);
$this->addControl($paginationControl);

View file

@ -68,7 +68,6 @@ class ServicesController extends IcingadbGraphiteController
$filter = $searchBar->getFilter();
}
$this->applyRestrictions($services);
$services->filter($filter);
$this->addControl($paginationControl);