Skip to content

Commit 7a3d491

Browse files
committed
wrong server-id in admin/server_config_edit.php (Fixes #6022)
1 parent 9503aef commit 7a3d491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/server_config_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function onShow() {
5757

5858
// get the config
5959
$app->uses('getconf');
60-
$web_config = $app->getconf->get_server_config($conf['server_id'], 'web');
60+
$web_config = $app->getconf->get_server_config($this->id, 'web');
6161

6262
if($web_config['server_type'] == 'nginx'){
6363
unset($app->tform->formDef["tabs"]["fastcgi"]);

0 commit comments

Comments
 (0)