Commit 1955d82
Demian
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.1 parent 39bf4b2 commit 1955d82
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
626 | 630 | | |
627 | 631 | | |
628 | 632 | | |
| |||
0 commit comments