Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
9e6aa5d0
Commit
9e6aa5d0
authored
Aug 19, 2016
by
Till Brehm
Browse files
Fix for
#4100
Wrong domain displayed in Domain field once selected
parent
db915000
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/web_vhost_domain_edit.php
View file @
9e6aa5d0
...
...
@@ -775,7 +775,7 @@ class page_action extends tform_actions {
/*
* The domain-module is in use.
*/
$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"
);
$domain_select
=
''
;
$selected_domain
=
''
;
if
(
is_array
(
$domains
)
&&
sizeof
(
$domains
)
>
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment