Fix mailbox edit domain
parent
74b5c7437b
commit
d21ff134eb
|
@ -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'])
|
||||||
|
|
Loading…
Reference in New Issue