From cedb5d3962ed681e8e4080a621681a6c7dbefd38 Mon Sep 17 00:00:00 2001 From: Guillaume28 <Guillaume28@users.noreply.github.com> Date: Tue, 6 Jun 2017 11:19:06 +0200 Subject: [PATCH] Update centreonCentbrokerCfg.class.php --- www/class/centreon-clapi/centreonCentbrokerCfg.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/class/centreon-clapi/centreonCentbrokerCfg.class.php b/www/class/centreon-clapi/centreonCentbrokerCfg.class.php index e8fb094ac8..57b88bf8df 100644 --- a/www/class/centreon-clapi/centreonCentbrokerCfg.class.php +++ b/www/class/centreon-clapi/centreonCentbrokerCfg.class.php @@ -747,7 +747,7 @@ class CentreonCentbrokerCfg extends CentreonObject } $row['config_value'] = CentreonUtils::convertLineBreak($row['config_value']); if ($row['config_value'] != '') { - $setParamStr[$row['config_group'] . '_' . $row['config_group_id']] . = + $setParamStr[$row['config_group'] . '_' . $row['config_group_id']] .= $this->action.$this->delim."SET".strtoupper($row['config_group']) . $this->delim.$element['config_name'] . $this->delim.$row['config_group_id'] . -- GitLab