Add this missing line, this may have broken editing of SPF/TXT records. Closes #140

This commit is contained in:
Mark Schouten 2017-01-25 09:46:05 +01:00
parent b7d61f5778
commit 5787659b07

View file

@ -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);
}