diff --git a/www/class/centreon-clapi/centreonEngineCfg.class.php b/www/class/centreon-clapi/centreonEngineCfg.class.php index 3254f59ead65cf461cd53bc68a375885d8dcdff7..fb1ab7d2e89d062ecd05cf3036d992b965428af1 100644 --- a/www/class/centreon-clapi/centreonEngineCfg.class.php +++ b/www/class/centreon-clapi/centreonEngineCfg.class.php @@ -292,6 +292,7 @@ class CentreonEngineCfg extends CentreonObject $this->object->getPrimaryKey() => $filter_id ); } + $elements = $this->object->getList("*", -1, 0, null, null, $filters, "AND"); $tpObj = new \Centreon_Object_Timeperiod($this->dependencyInjector); foreach ($elements as $element) {