Fix mailbox edit domain

master
andryyy 2017-02-03 08:46:19 +01:00
parent 3795ae0b60
commit 01d2d095c8
1 changed files with 0 additions and 2 deletions

View File

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