mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Fix typo
This commit is contained in:
parent
c4085c6099
commit
db85fc2dcd
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ if ($action == "list" or $action== "listslaves") {
|
||||||
} else {
|
} else {
|
||||||
$name = $vars['name'];
|
$name = $vars['name'];
|
||||||
}
|
}
|
||||||
if (!isset($record['name']) {
|
if (!isset($record['name'])) {
|
||||||
$record['name'] = "";
|
$record['name'] = "";
|
||||||
}
|
}
|
||||||
$records = getrecords_by_name_type($zoneurl, $name, $record['type']);
|
$records = getrecords_by_name_type($zoneurl, $name, $record['type']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue