Browse Source

[Web] Fix deletion of domain, fixes #1818

André 7 years ago
parent
commit
668a0927ac
1 changed files with 0 additions and 1 deletions
  1. 0 1
      data/web/inc/functions.mailbox.inc.php

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

@@ -3065,7 +3065,6 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
                 'msg' => 'Could not move maildir to garbage collector: ' . $maildir_gc['msg']
               );
             }
-            return false;
             $stmt = $pdo->prepare("DELETE FROM `domain` WHERE `domain` = :domain");
             $stmt->execute(array(
               ':domain' => $domain,