Skip to content

Commit f93927c

Browse files
author
Florian Schaal
committed
show domains with domain module enabled for websites (Fixes: #3851)
1 parent edb0b27 commit f93927c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/web/sites/web_vhost_domain_edit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ function onShowEnd() {
757757
* Now we have to check, if we should use the domain-module to select the domain
758758
* or not
759759
*/
760+
$settings = $app->getconf->get_global_config('domains');
760761
if ($settings['use_domain_module'] == 'y') {
761762
/*
762763
* The domain-module is in use.

0 commit comments

Comments
 (0)