Skip to content

Commit

Permalink
Fix breaking consequent call after saving File Manager config page
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Feb 13, 2023
1 parent bec7ceb commit 07d1f05
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/file-manager/file-manager.min.js

Large diffs are not rendered by default.

Binary file modified extensions/file-manager/file-manager.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion mconfig_save.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (-r $module_custom_config_file) {
# Redirect
if ($in{'save_next'}) {

# Used to return to the current section if needed W00900XXX
# Used to return to the current section if needed
my $section_next = $in{'section_curr'} || $in{'section_next'};
&redirect("mconfig.cgi?module=$module&section=$section_next");
} else {
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit 07d1f05

Please sign in to comment.