Private GIT

Skip to content
Snippets Groups Projects
Commit e774896d authored by loiclau's avatar loiclau Committed by Kev
Browse files

fix instance object

parent 6ca88e12
Branches
Tags
No related merge requests found
...@@ -701,7 +701,7 @@ class CentreonRtDowntime extends CentreonObject ...@@ -701,7 +701,7 @@ class CentreonRtDowntime extends CentreonObject
$listPoller = explode('|', $resource); $listPoller = explode('|', $resource);
foreach ($listPoller as $poller) { foreach ($listPoller as $poller) {
if ($this->sgObject->getInstanceId($poller)) { if ($this->instanceObject->getInstanceId($poller)) {
$existingPoller[] = $poller; $existingPoller[] = $poller;
} else { } else {
$unknownPoller[] = $poller; $unknownPoller[] = $poller;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment