N°1173: code refactoring of the previously coded bugfix.

SVN:trunk[5792]
This commit is contained in:
Bruno Da Silva
2018-05-16 08:01:59 +00:00
parent 4d37942717
commit 703a432f7b
2 changed files with 5 additions and 15 deletions

View File

@@ -837,7 +837,7 @@ class SetupUtils
'db_tls_enabled' => $oPrevConf->Get('db_tls.enabled'),
'db_tls_ca' => $oPrevConf->Get('db_tls.ca'),
'graphviz_path' => $oPrevConf->Get('graphviz_path'),
'mysql_bindir' => $oPrevConf->Get('mysql_bindir', 'itop-backup'),
'mysql_bindir' => $oPrevConf->GetModuleSetting('itop-backup', 'mysql_bindir', ''),
);
}