Advanced Search

SVN:b1162[5396]
This commit is contained in:
Eric Espié
2018-03-09 08:43:28 +00:00
parent c04f73e86b
commit 213d591eb0
3 changed files with 36 additions and 13 deletions

View File

@@ -233,8 +233,7 @@ class CMDBSource
}
catch(mysqli_sql_exception $e)
{
throw new MySQLException('Could not connect to the DB server',
array('host' => $sServer, 'user' => $sUser), $e);
throw new MySQLException('Could not connect to the DB server', array('host' => $sServer, 'user' => $sUser), $e);
}
if ($bCheckTlsAfterConnection