summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_rfc2136_edit.php')
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index bd8adb0..98ae22c 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -271,7 +271,7 @@ $group->add(new Form_Checkbox(
'recordtype',
'Record Type',
'A (IPv4)',
- ($pconfig['keytype']=='A'),
+ ($pconfig['recordtype']=='A'),
'A'
))->displayAsRadio();
@@ -279,7 +279,7 @@ $group->add($input = new Form_Checkbox(
'recordtype',
'Record Type',
'AAAA (IPv6)',
- ($pconfig['keytype']=='AAAA'),
+ ($pconfig['recordtype']=='AAAA'),
'AAAA'
))->displayAsRadio();
@@ -287,7 +287,7 @@ $group->add($input = new Form_Checkbox(
'recordtype',
'Record Type',
'Both',
- ($pconfig['keytype']=='both'),
+ ($pconfig['recordtype']=='both'),
'both'
))->displayAsRadio();
OpenPOWER on IntegriCloud