From 668a0927acdc9f3e6ad63c524a388fc7b0b678c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Tue, 2 Oct 2018 21:20:11 +0200 Subject: [PATCH] [Web] Fix deletion of domain, fixes #1818 --- data/web/inc/functions.mailbox.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/data/web/inc/functions.mailbox.inc.php b/data/web/inc/functions.mailbox.inc.php index e06ac397..c44d9e81 100644 --- a/data/web/inc/functions.mailbox.inc.php +++ b/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,