Browse Source

new settings section

andre 5 months ago
parent
commit
98e03f1297
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/Helper/DnsHelper.php

+ 1 - 1
core/Helper/DnsHelper.php

@@ -28,7 +28,7 @@ class DnsHelper
 
 
     public function getMX($domain){
     public function getMX($domain){
         try {
         try {
-                $result = $resolver->query($domain, 'MX');
+                $result = $this->resolver->query($domain, 'MX');
                 
                 
         } catch(\Net_DNS2_Exception $e) {
         } catch(\Net_DNS2_Exception $e) {