mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°1173: code refactoring of the previously coded bugfix.
SVN:trunk[5792]
This commit is contained in:
@@ -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', ''),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user