mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Don't forget the dot in between
This commit is contained in:
parent
83e8a0eda6
commit
b5d7fa8183
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ case "create":
|
|||
$api->savezone($zone->export());
|
||||
|
||||
foreach ($template['records'] as $record) {
|
||||
$zone->addRecord($record['name'].$zonename, $record['type'], $record['content']);
|
||||
$zone->addRecord(join(Array($record['name'],'.',$zonename)), $record['type'], $record['content']);
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue