Quick fix on sharepoint provider for shared ssl root

This commit is contained in:
robvde 2015-04-02 21:28:07 +08:00
parent ac5ecbf190
commit 5fe1fb3927

View file

@ -420,6 +420,13 @@ namespace WebsitePanel.Portal
return true; return true;
} }
break;
case 552:
if (Convert.ToBoolean(quota.QuotaAllocatedValue))
{
return true;
}
break; break;
} }
} }