typo correction

This commit is contained in:
root 2018-02-02 15:12:11 +01:00
parent cb234599b7
commit 6dc6df497e

View file

@ -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) {