mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Add this missing line, this may have broken editing of SPF/TXT records. Closes #140
This commit is contained in:
parent
b7d61f5778
commit
5787659b07
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue