diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 3e44921e6..c0e63e01a 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -235,7 +235,7 @@ class Monitoring_ListController extends Controller ), $this->extraColumns()); $query = $this->backend->select()->from('serviceStatus', $columns); - $this->applyFilters($query); + $this->filterQuery($query); $this->setupSortControl(array( 'service_last_check' => $this->translate('Last Service Check'), 'service_severity' => $this->translate('Severity'),