Skip to content

Commit 45ac1c9

Browse files
author
Till Brehm
committed
Merge branch '6533-domain-module-prevents-subdomains-to-be-added-for-domains-that-exist-as-website' into 'develop'
Resolve "Domain module prevents subdomains to be added for domains that exist as website" Closes #6533 See merge request ispconfig/ispconfig3!1770
2 parents 7bd9904 + 9c3d65f commit 45ac1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/web_childdomain_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function onShowEnd() {
105105
/*
106106
* The domain-module is in use.
107107
*/
108-
$domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain", $this->dataRecord['domain']);
108+
$domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain");
109109
$domain_select = "<option value=''></option>";
110110
$selected_domain = '';
111111
if(is_array($domains) && sizeof($domains) > 0) {

0 commit comments

Comments
 (0)