mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix clearing of default email
This commit is contained in:
@@ -66,7 +66,7 @@ else {
|
||||
|
||||
# Save to address
|
||||
if ($in{'to_def'}) {
|
||||
delete($mconfig{'webmin_to'});
|
||||
delete($gconfig{'webmin_email_to'});
|
||||
}
|
||||
else {
|
||||
$in{'to'} =~ /^\S+$/ || &error($text{'sendmail_etoaddr'});
|
||||
|
||||
Reference in New Issue
Block a user