mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix variable name
This commit is contained in:
@@ -197,7 +197,7 @@ if ($newname =~ s/whitelist/welcomelist/ ||
|
||||
# New name exists in config, so use it
|
||||
$name = $newname;
|
||||
}
|
||||
elsif (!@oldname && &version_atleast("4.0")) {
|
||||
elsif (!@olduse && &version_atleast("4.0")) {
|
||||
# Neither exists, but use the new name is later versions
|
||||
$name = $newname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user