We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60acf2e + ef73dc1 commit db91500Copy full SHA for db91500
interface/web/dns/dns_wizard.php
@@ -194,7 +194,7 @@
194
/*
195
* The domain-module is in use.
196
*/
197
- $domains = $app->tools_sites->getDomainModuleDomains("dns_soa");
+ $domains = $app->tools_sites->getDomainModuleDomains("dns_soa", 'domain');
198
$domain_select = '';
199
if(is_array($domains) && sizeof($domains) > 0) {
200
/* We have domains in the list, so create the drop-down-list */
0 commit comments