Skip to content

Commit dab6683

Browse files
author
Till Brehm
committed
Merge branch '6549-switching-form-tabs-does-not-work-when-opening-website-form-from-dashboard' into 'develop'
Resolve "Switching form tabs does not work when opening website form from dashboard" Closes #6549 See merge request ispconfig/ispconfig3!1783
2 parents 6eba52b + 85fa5d5 commit dab6683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/sites/web_vhost_domain_edit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,8 @@ function onShowEnd() {
843843
$app->tpl->setVar('is_pagespeed_enabled', ($web_config['nginx_enable_pagespeed']));
844844
}
845845

846+
$app->tpl->setVar('app_module', 'sites');
847+
846848
parent::onShowEnd();
847849
}
848850

0 commit comments

Comments
 (0)