From 0a7478aaf1ed94dcf993569c1a0c5a4cf30fc10a Mon Sep 17 00:00:00 2001 From: Dimitar Kalinov Date: Tue, 30 Oct 2018 13:52:06 +0200 Subject: [PATCH] fix(typo) - fix warning (#6917) --- www/class/centreon-clapi/centreonService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/class/centreon-clapi/centreonService.class.php b/www/class/centreon-clapi/centreonService.class.php index f9f3c89fdc5..127a7be8696 100644 --- a/www/class/centreon-clapi/centreonService.class.php +++ b/www/class/centreon-clapi/centreonService.class.php @@ -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