diff options
-rw-r--r-- | includes/general.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/general.php b/includes/general.php index 64322aa..065daaa 100644 --- a/includes/general.php +++ b/includes/general.php @@ -543,7 +543,7 @@ if( !getmxrr($domain, $mxhosts, $mxweight) ) { $mxhostrr = array($domain); $mxweight = array(0); - } else if ( !empty($mxhosts) ) { + } else if ( empty($mxhosts) ) { $mxhostrr = array($domain); $mxweight = array(0); } |