Merged in release/3.4.1 (pull request #7104)
PMC-1313 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -385,6 +385,8 @@ class ActionsByEmail
|
||||
$emailServer = new EmailServerModel();
|
||||
$criteria = $emailServer->getEmailServer($dataRes['ABE_EMAIL_SERVER_UID']);
|
||||
$setup = !empty($criteria) ? $criteria : $emailServer->getEmailServerDefault();
|
||||
$setup['SMTPSecure'] = $setup['SMTPSECURE'];
|
||||
unset($setup['SMTPSECURE']);
|
||||
$spool = new SpoolRun();
|
||||
$spool->setConfig($setup);
|
||||
$abeCore = new ActionsByEmailCoreClass();
|
||||
|
||||
@@ -1859,6 +1859,11 @@ class Cases
|
||||
$arrayCaseVariable = array_merge($arrayCaseVariable, $dateHistory);
|
||||
}
|
||||
|
||||
// Get the SYS_LANG defined, it can be updated
|
||||
if (defined('SYS_LANG')) {
|
||||
$arrayCaseVariable['SYS_LANG'] = SYS_LANG;
|
||||
}
|
||||
|
||||
return $arrayCaseVariable;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user