mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
typo correction
This commit is contained in:
parent
cb234599b7
commit
6dc6df497e
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ case "create":
|
||||||
$rrset->delete();
|
$rrset->delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$api->savezone($zone->export());
|
$api->savezone($zone->export());
|
||||||
$api->notifyzone($_GET['zoneid']) if $notifyafterupdate;
|
$api->notifyzone($_GET['zoneid']) if $notifyafterupdate;
|
||||||
|
|
||||||
foreach ($template['records'] as $record) {
|
foreach ($template['records'] as $record) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue