fixed: Verification on dependencies when domain or domain instant alias gets
deleted
This commit is contained in:
parent
37c44cdd63
commit
599d7666e8
4 changed files with 100 additions and 10 deletions
|
@ -735,7 +735,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
DomainInfo ZoneInfo = ServerController.GetDomain(domain.ZoneName);
|
||||
|
||||
if (ZoneInfo == null)
|
||||
throw new Exception("failed to retrieve parent zone");
|
||||
throw new Exception("Parent zone not found");
|
||||
|
||||
|
||||
// remove all web site pointers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue