From 5c8627cc4fb1f8e0324a444b1e61033e14bcb6fa Mon Sep 17 00:00:00 2001 From: robvde Date: Sun, 20 Oct 2013 15:54:59 +0400 Subject: [PATCH] Lync MHP version number fixed --- .../Lync2013HP.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Lync2013HP.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Lync2013HP.cs index 5b50555a..d20a5b4e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Lync2013HP.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Lync2013HP.cs @@ -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();