N°1260 wrong function name called to check TLS connection

SVN:trunk[5365]
This commit is contained in:
Pierre Goiffon
2018-02-23 14:19:32 +00:00
parent d65bd97956
commit b739c00414

View File

@@ -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)
{