leoncx / testmigrate

0 stars 0 forks source link

[Bug/Typo] CENTBROKERCFG does not set correctly the default filename for centreo broker #66

Open leoncx opened 9 years ago

leoncx commented 9 years ago

Author Name: Simon Bomm (Simon Bomm) Original Redmine Issue: 6419, https://forge.centreon.com/issues/6419 Original Date: 2015-06-03


Hi,

There is a typo in /usr/share/centreon/www/modules/centreon-clapi/core/class/centreonCentbrokerCfg.class.php, following line :

65 $this->params = array( 'config_filename' => 'centreon-broker.xml',

should be replace by

65 $this->params = array( 'config_filename' => 'central-broker.xml',

Thanks ;)