mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-09 08:50:05 +08:00
Fix mailbox edit domain
This commit is contained in:
parent
74b5c7437b
commit
d21ff134eb
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user