mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix to check if domain hash isn't empty
This commit is contained in:
@@ -46,7 +46,7 @@ if (defined($in{'newpass'})) {
|
||||
"parent", "");
|
||||
$d->{'disabled'} && &error($text{'forgot_edisabled'});
|
||||
}
|
||||
if ($d) {
|
||||
if (keys %{$d}) {
|
||||
# Update in Virtualmin
|
||||
print &text('forgot_vdoing',
|
||||
&virtual_server::show_domain_name($d)),"<br>\n";
|
||||
|
||||
Reference in New Issue
Block a user