Quick fix on sharepoint provider for shared ssl root
This commit is contained in:
parent
ac5ecbf190
commit
5fe1fb3927
1 changed files with 7 additions and 0 deletions
|
@ -420,6 +420,13 @@ namespace WebsitePanel.Portal
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
case 552:
|
||||||
|
if (Convert.ToBoolean(quota.QuotaAllocatedValue))
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue