Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(api rest) comment order for poller
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclau committed Oct 2, 2017
1 parent 0ffedc9 commit 2cbcfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/class/centreon-clapi/centreonRtDowntime.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ private function addInstanceDowntime(
$end,
$fixed,
$duration,
$comment,
$withServices
$withServices,
$comment
) {
$hostList = $this->instanceObject->getHostsByInstance($resource);

Expand Down

0 comments on commit 2cbcfd5

Please sign in to comment.