mirror of
https://github.com/webmin/webmin.git
synced 2026-06-28 15:00:25 +01:00
Fix missing module reference as requesting Let's Encrypt certificate
This commit is contained in:
@@ -35,7 +35,7 @@ if ($zone) {
|
||||
elsif ($d) {
|
||||
# Use Virtualmin API calls
|
||||
&virtual_server::obtain_lock_dns($d);
|
||||
&pre_records_change($d);
|
||||
&virtual_server::pre_records_change($d);
|
||||
($recs, $file) = &virtual_server::get_domain_dns_records_and_file($d);
|
||||
$wapi = 1;
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ if ($zone) {
|
||||
elsif ($d) {
|
||||
# Use Virtualmin API calls
|
||||
&virtual_server::obtain_lock_dns($d);
|
||||
&pre_records_change($d);
|
||||
&virtual_server::pre_records_change($d);
|
||||
($recs, $file) = &virtual_server::get_domain_dns_records_and_file($d);
|
||||
$wapi = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user