diff --git a/zones.php b/zones.php index ac47e68..b057b3c 100644 --- a/zones.php +++ b/zones.php @@ -466,6 +466,7 @@ case "editrecord": $rrset->deleteRecord($old_record['content']); $content = $_POST['content']; + $type = $_POST['type']; if (array_search($type, $quoteus) !== FALSE) { $content = quote_content($content); }