[Web] Minor fixes and changes

This commit is contained in:
andryyy
2019-08-10 15:57:07 +02:00
parent 22357a539d
commit d8dfd5061b
4 changed files with 4 additions and 4 deletions

View File

@@ -3383,7 +3383,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
$_SESSION['return'][] = array(
'type' => 'danger',
'log' => array(__FUNCTION__, $_action, $_type, $_data_log, $_attr),
'msg' => 'domain_not_empty'
'msg' => array('domain_not_empty', $domain)
);
continue;
}