fix checkDomainModuleDomain call on dns zone imports #6345
before we handed over domain_name instead of domain_id to the checkDomainModuleDomain function, which resulted in nothing. This fixes the call by querying the database for the domain_id for the given domain_name beforehand.
Closes #6345 (closed)