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 7bd9904 commit 9c3d65fCopy full SHA for 9c3d65f
interface/web/sites/web_childdomain_edit.php
@@ -105,7 +105,7 @@ function onShowEnd() {
105
/*
106
* The domain-module is in use.
107
*/
108
- $domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain", $this->dataRecord['domain']);
+ $domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain");
109
$domain_select = "<option value=''></option>";
110
$selected_domain = '';
111
if(is_array($domains) && sizeof($domains) > 0) {
0 commit comments