Private GIT

Skip to content
Snippets Groups Projects
Commit be68d42e authored by Kevin Duret's avatar Kevin Duret Committed by Guillaume28
Browse files

fix(export): add dependency injector

parent 24e4befd
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment