Explorar o código

Update functions.mailbox.inc.php

André Peters %!s(int64=6) %!d(string=hai) anos
pai
achega
cdd91bcb9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      data/web/inc/functions.mailbox.inc.php

+ 1 - 1
data/web/inc/functions.mailbox.inc.php

@@ -718,7 +718,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
               WHERE `domain`= :target_domain AND `backupmx` = '1'");
             $stmt->execute(array(':target_domain' => $target_domain));
             $num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));
-            if ($num_results == 0) {
+            if ($num_results == 1) {
               $_SESSION['return'][] = array(
                 'type' => 'danger',
                 'log' => array(__FUNCTION__, $_action, $_type, $_data_log, $_attr),