Private GIT

Skip to content
Snippets Groups Projects
Commit 4cfe610e authored by Simon Bomm's avatar Simon Bomm Committed by Kev
Browse files

+ Fix double command export with CLAPI (#5462)

parent a7b6f9c0
Branches
Tags
No related merge requests found
......@@ -221,7 +221,6 @@ class CentreonCommand extends CentreonObject
$filters = array('command_id' => $filter_id);
}
parent::export($filters);
$elements = $this->object->getList("*", -1, 0, null, null, $filters);
foreach ($elements as $element) {
$addStr = $this->action.$this->delim."ADD";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment