Skip to content

Commit 349ed8a

Browse files
committed
remove invalid argument
1 parent 1047d14 commit 349ed8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/dns_wizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
/*
197197
* The domain-module is in use.
198198
*/
199-
$domains = $app->tools_sites->getDomainModuleDomains("dns_soa", 'domain');
199+
$domains = $app->tools_sites->getDomainModuleDomains("dns_soa");
200200
$domain_select = "<option value=''></option>";
201201
if(is_array($domains) && sizeof($domains) > 0) {
202202
/* We have domains in the list, so create the drop-down-list */

0 commit comments

Comments
 (0)