Skip to content

Commit 71a6332

Browse files
committed
Fix missing brace.
1 parent ee886f4 commit 71a6332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/edit/server/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@
400400
$_SESSION['ok_msg'] = __('Changes has been saved.');
401401
}
402402

403+
}
404+
403405
// Check system configuration
404406
exec (HESTIA_CMD . "v-list-sys-config json", $output, $return_var);
405407
$data = json_decode(implode('', $output), true);

0 commit comments

Comments
 (0)