[Web] Fix deletion of domain, fixes #1818

master
André 2018-10-02 21:20:11 +02:00
parent 2af2f7836d
commit 668a0927ac
1 changed files with 0 additions and 1 deletions

View File

@ -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,