Lync MHP version number fixed
This commit is contained in:
parent
981034c4ea
commit
5c8627cc4f
1 changed files with 1 additions and 1 deletions
|
@ -1535,7 +1535,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
if (rk != null)
|
if (rk != null)
|
||||||
{
|
{
|
||||||
value = (string)rk.GetValue("ProductVersion", null);
|
value = (string)rk.GetValue("ProductVersion", null);
|
||||||
if (value == "4.0.7577.0")
|
if (value == "5.0.8308.0")
|
||||||
bResult = true;
|
bResult = true;
|
||||||
|
|
||||||
rk.Close();
|
rk.Close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue