[Web] Fixes blank page and fixes #3502

This commit is contained in:
andryyy
2020-04-25 11:58:55 +02:00
parent 1db85df0db
commit 0d4ba462c4

View File

@@ -43,7 +43,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
);
return false;
}
$domain = mailbox('get', 'mailbox_details', $username)
$domain = mailbox('get', 'mailbox_details', $username)['domain'];
if (!is_valid_domain_name($domain)) {
$_SESSION['return'][] = array(
'type' => 'danger',