Private GIT

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

fix style

parent ee079ed3
Branches
Tags
No related merge requests found
...@@ -261,10 +261,8 @@ class CentreonRtDowntime extends CentreonObject ...@@ -261,10 +261,8 @@ class CentreonRtDowntime extends CentreonObject
$existingHost[] = $host; $existingHost[] = $host;
} }
} }
// Result of the research in the base // Result of the research in the base
$hostDowntimesList = $this->object->getHostDowntimes($existingHost); $hostDowntimesList = $this->object->getHostDowntimes($existingHost);
} else { } else {
$hostDowntimesList = $this->object->getHostDowntimes(); $hostDowntimesList = $this->object->getHostDowntimes();
} }
...@@ -552,7 +550,6 @@ class CentreonRtDowntime extends CentreonObject ...@@ -552,7 +550,6 @@ class CentreonRtDowntime extends CentreonObject
$fixed, $fixed,
$duration $duration
); );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment