mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°1260 MySQL TLS connection : add options in setup
SVN:trunk[5311]
This commit is contained in:
@@ -542,9 +542,9 @@ class iTopExtensionsMap
|
||||
*/
|
||||
public function LoadChoicesFromDatabase(Config $oConfig)
|
||||
{
|
||||
$aInstalledExtensions = array();
|
||||
try
|
||||
{
|
||||
$aInstalledExtensions = array();
|
||||
if (CMDBSource::DBName() === null)
|
||||
{
|
||||
CMDBSource::InitFromConfig($oConfig);
|
||||
@@ -555,7 +555,6 @@ class iTopExtensionsMap
|
||||
catch (MySQLException $e)
|
||||
{
|
||||
// No database or erroneous information
|
||||
$aInstalledExtensions = array();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user