Lync MHP version number fixed

This commit is contained in:
robvde 2013-10-20 15:54:59 +04:00
parent 981034c4ea
commit 5c8627cc4f

View file

@ -1535,7 +1535,7 @@ namespace WebsitePanel.Providers.HostedSolution
if (rk != null)
{
value = (string)rk.GetValue("ProductVersion", null);
if (value == "4.0.7577.0")
if (value == "5.0.8308.0")
bResult = true;
rk.Close();