let createDomainZone() return the DnsZone object for better use later
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -279,5 +279,6 @@ foreach ($type_select_values as $_type) {
|
||||
|
||||
eval("\$record_list=\"" . getTemplate("dns_editor/list", true) . "\";");
|
||||
|
||||
$zonefile = createDomainZone($domain_id);
|
||||
$zone = createDomainZone($domain_id);
|
||||
$zonefile = (string)$zone;
|
||||
eval("echo \"" . getTemplate("dns_editor/index", true) . "\";");
|
||||
|
||||
Reference in New Issue
Block a user