Fix the setting for soa-edit

This commit is contained in:
Mark Schouten 2014-06-10 21:15:47 +02:00
parent f8e7493925
commit 06c39599bf

View file

@ -198,7 +198,7 @@ if ($action == "list" or $action== "listslaves") {
} else { } else {
_jtable_respond(null, 'error', "Not enough data: ".print_r($_POST, 1)); _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['name'] = $_POST['name'];
$vars['kind'] = $_POST['kind']; $vars['kind'] = $_POST['kind'];