mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°1260 wrong function name called to check TLS connection
SVN:trunk[5365]
This commit is contained in:
@@ -345,7 +345,7 @@ class CMDBSource
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $sVarName
|
||||
* @param string $sVarName
|
||||
*
|
||||
* @return bool
|
||||
* @throws \MySQLException
|
||||
@@ -356,7 +356,7 @@ class CMDBSource
|
||||
{
|
||||
try
|
||||
{
|
||||
$sResult = self::QueryToScalarCol("SHOW SESSION STATUS LIKE '$sVarName'", 1);
|
||||
$sResult = self::QueryToScalar("SHOW SESSION STATUS LIKE '$sVarName'", 1);
|
||||
}
|
||||
catch (MySQLQueryHasNoResultException $e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user