Fix Typo
This commit is contained in:
parent
a13a0cd9ce
commit
016382b739
1 changed files with 1 additions and 1 deletions
|
@ -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", "domains"));
|
organizationGroup.MenuItems.Add(CreateMenuItem("DomainNames", "domains"));
|
||||||
}
|
}
|
||||||
if (Utils.CheckQouta(Quotas.ORGANIZATION_USERS, cntx))
|
if (Utils.CheckQouta(Quotas.ORGANIZATION_USERS, cntx))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue