Skip to content

Commit ef73dc1

Browse files
author
Florian Schaal
committed
hide existing dns-zones from dropdown when adding a new domain - #4124
1 parent d3544f2 commit ef73dc1

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
@@ -194,7 +194,7 @@
194194
/*
195195
* The domain-module is in use.
196196
*/
197-
$domains = $app->tools_sites->getDomainModuleDomains("dns_soa");
197+
$domains = $app->tools_sites->getDomainModuleDomains("dns_soa", 'domain');
198198
$domain_select = '';
199199
if(is_array($domains) && sizeof($domains) > 0) {
200200
/* We have domains in the list, so create the drop-down-list */

0 commit comments

Comments
 (0)