Explorar el Código

client area functions

andre hace 6 meses
padre
commit
9c7eecb3b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/Helper/DnsHelper.php

+ 1 - 1
core/Helper/DnsHelper.php

@@ -200,7 +200,7 @@ class DnsHelper
         if(!isset($zoneID)) {
             return 'Error: zone ID not found for domain ' . $this->params['domain'];
         }
-        $dnsZone = localAPI('dnsmanager', array( 'dnsaction' => 'getZone', 'zone_name' => $this->params['domain']));
+        $dnsZone = localAPI('dnsmanager', array( 'dnsaction' => 'getZone', 'zone_id' => $zoneID, 'zone_name' => $this->params['domain']));
         
             logModuleCall(
                 'kerioEmail',