mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fixed log messages
This commit is contained in:
@@ -19,7 +19,7 @@ elsif ($in{'new'}) {
|
||||
else {
|
||||
# Editing a section
|
||||
$oldlog = $log = $conf->[$in{'idx'}];
|
||||
$logfile = $oldlog->{'name'};
|
||||
$logfile = join(" ", @{$oldlog->{'name'}});
|
||||
}
|
||||
|
||||
if ($in{'delete'}) {
|
||||
|
||||
Reference in New Issue
Block a user