mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix typo
This commit is contained in:
@@ -690,7 +690,7 @@ if ($config{'test_always'}) {
|
||||
local $f;
|
||||
foreach $f (keys %before_changing) {
|
||||
&open_tempfile(AFTER, ">$f");
|
||||
&print_tempfie(AFTER, $before_changing{$f});
|
||||
&print_tempfile(AFTER, $before_changing{$f});
|
||||
&close_tempfile(AFTER);
|
||||
}
|
||||
&error(&text('eafter', "<pre>$err</pre>"));
|
||||
|
||||
Reference in New Issue
Block a user