summaryrefslogtreecommitdiffstats
path: root/install/ui/dns.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r--install/ui/dns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js
index 4182074a8..4cc6d4c53 100644
--- a/install/ui/dns.js
+++ b/install/ui/dns.js
@@ -1613,7 +1613,7 @@ IPA.dns.record_type_table_widget = function(spec) {
});
var record_name = that.dnstype.toLowerCase()+'record';
- command.set_option(record_name, values.join(','));
+ command.set_option(record_name, values);
command.set_option('structured', true);
command.execute();