Changeset 919


Ignore:
Timestamp:
08/14/25 13:32:09 (12 hours ago)
Author:
Kris Deugau
Message:

/branches/secondaryzones

Forgot to fill the zone ID in the "edit secondary" template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/secondaryzones/dns.cgi

    r916 r919  
    646646        unless ($permissions{admin} || $permissions{domain_edit});
    647647
     648  $page->param(id => $webvar{id});
    648649  $page->param(parent => $dnsdb->secondaryName($webvar{id}));
    649650  my $zoneinfo = $dnsdb->getSecondaryDetails($webvar{id});
Note: See TracChangeset for help on using the changeset viewer.