Browse Source

test multi mx

andre 4 months ago
parent
commit
80788e16b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/Helper/DnsHelper.php

+ 1 - 1
core/Helper/DnsHelper.php

@@ -117,7 +117,7 @@ class DnsHelper
 
     public function updateDNS($zoneID,$dnsParams)
     {
-        $nameServer = localAPI('DomainGetNameservers', ['domainid' => $zoneID], 'admin');
+        $nameServer = localAPI('DomainGetNameservers', ['domainid' => $zoneID]);
 
         logModuleCall(
             'kerioEmail',