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

Commit

Permalink
fix(typo) - fix warning (#6917)
Browse files Browse the repository at this point in the history
  • Loading branch information
miteto authored Oct 30, 2018
1 parent 00f683d commit 0a7478a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/class/centreon-clapi/centreonService.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ public function export($filterName = null)
"AND"
);
foreach ($telements as $telement) {
CentreonTrap::getInstance()->export($element['traps_name']);
CentreonTrap::getInstance()->export($telement['traps_name']);
echo $this->action . $this->delim . "addtrap" . $this->delim
. $element['host_name'] . $this->delim
. $telement['service_description'] . $this->delim
Expand Down

0 comments on commit 0a7478a

Please sign in to comment.