diff --git a/lib/formfields/customer/domains/formfield.domains_add.php b/lib/formfields/customer/domains/formfield.domains_add.php index 5d8fd271..856d1bdd 100644 --- a/lib/formfields/customer/domains/formfield.domains_add.php +++ b/lib/formfields/customer/domains/formfield.domains_add.php @@ -70,7 +70,7 @@ return array( ), 'value' => array() ), - 'useletsencrypt' => array( + 'letsencrypt' => array( 'visible' => (Settings::Get('system.use_ssl') == '1' ? ($ssl_ipsandports != '' ? true : false) : false), 'label' => $lng['domains']['letsencrypt']['title'], 'desc' => $lng['domains']['letsencrypt']['description'], diff --git a/lib/formfields/customer/domains/formfield.domains_edit.php b/lib/formfields/customer/domains/formfield.domains_edit.php index 005d0b4c..fc501991 100644 --- a/lib/formfields/customer/domains/formfield.domains_edit.php +++ b/lib/formfields/customer/domains/formfield.domains_edit.php @@ -86,7 +86,7 @@ return array( ), 'value' => array($result['ssl_redirect']) ), - 'useletsencrypt' => array( + 'letsencrypt' => array( 'visible' => (Settings::Get('system.use_ssl') == '1' ? ($ssl_ipsandports != '' ? (domainHasSslIpPort($result['id']) ? true : false) : false) : false), 'label' => $lng['domains']['letsencrypt']['title'], 'desc' => $lng['domains']['letsencrypt']['description'],