mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Fix typo and move function to correct class
This commit is contained in:
parent
6fd7087dc9
commit
a7d3e6e6eb
2 changed files with 16 additions and 16 deletions
|
@ -307,7 +307,7 @@ case "listslaves":
|
|||
|
||||
case "listrecords":
|
||||
$zonedata = $api->loadzone($_GET['zoneid']);
|
||||
$zone = new Zone()
|
||||
$zone = new Zone();
|
||||
$zone->parse($zonedata);
|
||||
$records = $zone->rrsets2records();
|
||||
foreach ($records as &$record) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue