From 5fe1fb392788aa500076f4636bd98cd8e7a7d70e Mon Sep 17 00:00:00 2001 From: robvde Date: Thu, 2 Apr 2015 21:28:07 +0800 Subject: [PATCH] Quick fix on sharepoint provider for shared ssl root --- .../HostedSharePointEditSiteCollection.ascx.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/HostedSharePointEditSiteCollection.ascx.cs b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/HostedSharePointEditSiteCollection.ascx.cs index 0a35bcfc..89ce616c 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/HostedSharePointEditSiteCollection.ascx.cs +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/HostedSharePointEditSiteCollection.ascx.cs @@ -420,6 +420,13 @@ namespace WebsitePanel.Portal return true; } + break; + case 552: + if (Convert.ToBoolean(quota.QuotaAllocatedValue)) + { + return true; + } + break; } }