Fix up sharepoint 2013 mess
This commit is contained in:
parent
fed079a14b
commit
42b4d87301
26 changed files with 141 additions and 144 deletions
|
@ -791,7 +791,7 @@ namespace WebsitePanel.EnterpriseServer.Code.SharePoint
|
|||
|
||||
private static int GetHostedSharePointServiceId(int packageId)
|
||||
{
|
||||
return PackageController.GetPackageServiceId(packageId, ResourceGroups.SharepointFoundationServer);
|
||||
return PackageController.GetPackageServiceId(packageId, ResourceGroups.SharepointEnterpriseServer);
|
||||
}
|
||||
|
||||
private static List<SharePointSiteCollection> GetOrganizationSharePointSiteCollections(int orgId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue