From 06c39599bfce7a1e2477043f80728143433bf728 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Tue, 10 Jun 2014 21:15:47 +0200 Subject: [PATCH] Fix the setting for soa-edit --- zones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zones.php b/zones.php index 6607feb..eabc942 100644 --- a/zones.php +++ b/zones.php @@ -198,7 +198,7 @@ if ($action == "list" or $action== "listslaves") { } else { _jtable_respond(null, 'error', "Not enough data: ".print_r($_POST, 1)); } - $vars['soa_edit_api'] = $defaults['SOA-EDIT']; + $vars['soa_edit_api'] = $defaults['soa_edit_api']; } $vars['name'] = $_POST['name']; $vars['kind'] = $_POST['kind'];