mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix missing $opt ref
This commit is contained in:
@@ -615,7 +615,7 @@ sub overwrite
|
||||
say " .. $key --> $translated";
|
||||
}
|
||||
|
||||
$translated = translated_substitute($translated);
|
||||
$translated = translated_substitute($translated, $opt);
|
||||
|
||||
if ($opt->{'verbose'} == 2) {
|
||||
say " .. $key <-> $translated";
|
||||
|
||||
Reference in New Issue
Block a user