Private GIT

Skip to content
Snippets Groups Projects
Commit 5e821bd8 authored by Kevin Duret's avatar Kevin Duret Committed by Matthieu Kermagoret
Browse files

fix(clapi): fix comments on rt downtimes by clapi

parent ff267c97
Branches
Tags
No related merge requests found
...@@ -411,8 +411,8 @@ class CentreonRtDowntime extends CentreonObject ...@@ -411,8 +411,8 @@ class CentreonRtDowntime extends CentreonObject
$end, $end,
$fixed, $fixed,
$duration, $duration,
$comment, $withServices,
$withServices $comment
) { ) {
$hostList = $this->hgObject->getHostsByHostgroupName($resource); $hostList = $this->hgObject->getHostsByHostgroupName($resource);
...@@ -459,8 +459,8 @@ class CentreonRtDowntime extends CentreonObject ...@@ -459,8 +459,8 @@ class CentreonRtDowntime extends CentreonObject
$end, $end,
$fixed, $fixed,
$duration, $duration,
$comment, $withServices,
$withServices $comment
) { ) {
$serviceList = $this->sgObject->getServicesByServicegroupName($resource); $serviceList = $this->sgObject->getServicesByServicegroupName($resource);
foreach ($serviceList as $service) { foreach ($serviceList as $service) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment