Browse Source

Fix mailbox edit domain

andryyy 8 years ago
parent
commit
01d2d095c8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      data/web/inc/functions.inc.php

+ 0 - 2
data/web/inc/functions.inc.php

@@ -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'])