Browse Source

new dns helper class

andre 6 tháng trước cách đây
mục cha
commit
ee944fe115
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/Helper/DnsHelper.php

+ 1 - 1
core/Helper/DnsHelper.php

@@ -30,7 +30,7 @@ class DnsHelper
         $vars['maildomain'] = $this->params['domain'];
         $spfConfig = $this->productManager->get('spf_string');
         $dmarcConfig = $this->productManager->get('dmarc_string');
-        if($clientDomains['totalresults'] == 0){
+        if($this->clientDomains['totalresults'] == 0){
             $vars['selfdomain'] = FALSE;
             $vars['dmarcconfig'] = $dmarcConfig;
             $vars['spfconfig'] = $spfConfig;