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 db91500 commit 9e6aa5dCopy full SHA for 9e6aa5d
interface/web/sites/web_vhost_domain_edit.php
@@ -775,7 +775,7 @@ function onShowEnd() {
775
/*
776
* The domain-module is in use.
777
*/
778
- $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");
779
$domain_select = '';
780
$selected_domain = '';
781
if(is_array($domains) && sizeof($domains) > 0) {
0 commit comments