From 5787659b07fb830c638f7283f58a09a02ad49ee0 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Wed, 25 Jan 2017 09:46:05 +0100 Subject: [PATCH] Add this missing line, this may have broken editing of SPF/TXT records. Closes #140 --- zones.php | 1 + 1 file changed, 1 insertion(+) diff --git a/zones.php b/zones.php index 45f650d..528710f 100644 --- a/zones.php +++ b/zones.php @@ -427,6 +427,7 @@ case "editrecord": $rrset->deleteRecord($old_record['content']); $content = $_POST['content']; + $type = $_POST['type']; if (array_search($type, $quoteus) !== FALSE) { $content = quote_content($content); }