bug fixes
This commit is contained in:
parent
d9bbd4aa81
commit
203e61ade4
4 changed files with 50 additions and 67 deletions
|
@ -145,6 +145,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
Organization org = OrganizationController.GetOrganization(itemId);
|
||||
|
||||
if (org == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return CheckUsersDomainExistsInternal(itemId, org.PackageId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue