This commit is contained in:
Virtuworks 2012-11-14 21:35:27 -05:00
parent acfc81b635
commit 28ab20c83d

View file

@ -168,7 +168,7 @@ namespace WebsitePanel.Portal.ExchangeServer.UserControls
if (Utils.CheckQouta(Quotas.EXCHANGE2007_MAILBOXES, cntx) == false) if (Utils.CheckQouta(Quotas.EXCHANGE2007_MAILBOXES, cntx) == false)
{ {
if (CheckQouta(Quotas.ORGANIZATION_DOMAINS, cntx)) if (Utils.CheckQouta(Quotas.ORGANIZATION_DOMAINS, cntx))
organizationGroup.MenuItems.Add(CreateMenuItem("DomainNames", "org_domains")); organizationGroup.MenuItems.Add(CreateMenuItem("DomainNames", "org_domains"));
} }
if (Utils.CheckQouta(Quotas.ORGANIZATION_USERS, cntx)) if (Utils.CheckQouta(Quotas.ORGANIZATION_USERS, cntx))