mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Missing ;
This commit is contained in:
parent
65d6b9afe0
commit
3f3c18c21b
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ case "create":
|
||||||
foreach ($template['records'] as $record) {
|
foreach ($template['records'] as $record) {
|
||||||
$rrset = $zone->getrrset($record['label'], $record['type']);
|
$rrset = $zone->getrrset($record['label'], $record['type']);
|
||||||
if ($rrset) {
|
if ($rrset) {
|
||||||
$rrset->delete()
|
$rrset->delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$zone = $api->savezone($zone->export());
|
$zone = $api->savezone($zone->export());
|
||||||
|
|
Loading…
Add table
Reference in a new issue