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.
1 parent 1047d14 commit 349ed8aCopy full SHA for 349ed8a
interface/web/dns/dns_wizard.php
@@ -196,7 +196,7 @@
196
/*
197
* The domain-module is in use.
198
*/
199
- $domains = $app->tools_sites->getDomainModuleDomains("dns_soa", 'domain');
+ $domains = $app->tools_sites->getDomainModuleDomains("dns_soa");
200
$domain_select = "<option value=''></option>";
201
if(is_array($domains) && sizeof($domains) > 0) {
202
/* We have domains in the list, so create the drop-down-list */
0 commit comments