Skip to content

Commit 9e6aa5d

Browse files
author
Till Brehm
committed
Fix for #4100 Wrong domain displayed in Domain field once selected
1 parent db91500 commit 9e6aa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/web_vhost_domain_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ function onShowEnd() {
775775
/*
776776
* The domain-module is in use.
777777
*/
778-
$domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain", $this->dataRecord["domain"]);
778+
$domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain");
779779
$domain_select = '';
780780
$selected_domain = '';
781781
if(is_array($domains) && sizeof($domains) > 0) {

0 commit comments

Comments
 (0)