mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix typo
This commit is contained in:
@@ -5598,7 +5598,7 @@ $rv{'category'} = $module_categories{$mod}
|
||||
|
||||
# Apply overrides from local configuration files, such as for the title
|
||||
my %overs;
|
||||
&read_file("$config_directory/$mod/module.info.overrides", \%overs);
|
||||
&read_file("$config_directory/$mod/module.info.override", \%overs);
|
||||
foreach my $o (keys %overs) {
|
||||
$rv{'original_'.$o} = $rv{$o};
|
||||
$rv{$o} = $overs{$o};
|
||||
|
||||
Reference in New Issue
Block a user