Browse Source

new settings section

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

+ 1 - 1
core/Helper/DnsHelper.php

@@ -116,7 +116,7 @@ class DnsHelper
                 }
                 }
             }
             }
             if(empty($vars['mx'])){
             if(empty($vars['mx'])){
-                $vars['mx'] = [ 'status' => 'wrong', 'target' => $mxRrecord->exchange];
+                $vars['mx'] = [ 'status' => 'wrong', 'target' => $mxRecord->exchange];
             }
             }
         }
         }