Fix to always return to the right tab

This commit is contained in:
Ilia Ross
2024-02-27 16:59:00 +02:00
parent 5cd605dce5
commit 893e5ba06f
7 changed files with 11 additions and 9 deletions

View File

@@ -17,6 +17,8 @@ else {
$redirdesc = $text{'index_return'};
}
$redir = ($redir =~ /\?/) ? "$redir&tab=install" : "$redir?tab=install";
if ($in{'refresh'} || $in{'refresh_top'}) {
&ui_print_unbuffered_header(undef, $text{'refresh_title'}, "");