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();