Fix mailbox edit domain

master
andryyy 2017-02-03 08:47:41 +01:00
parent 74b5c7437b
commit d21ff134eb
1 changed files with 0 additions and 2 deletions

View File

@ -3393,8 +3393,6 @@ function mailbox_edit_domain($postarray) {
}
if ($MailboxData['maxquota'] > $maxquota) {
echo $MailboxData['maxquota'];
die();
$_SESSION['return'] = array(
'type' => 'danger',
'msg' => sprintf($lang['danger']['max_quota_in_use'], $MailboxData['maxquota'])