mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
ref
This commit is contained in:
@@ -469,7 +469,9 @@ class Email extends Database implements
|
||||
*/
|
||||
private function addAddresses(EmailEntity $entity, string $type, array &$addressList): void
|
||||
{
|
||||
$splitList = explode(';', $entity->get($type));
|
||||
$value = $entity->get($type) ?? '';
|
||||
|
||||
$splitList = explode(';', $value);
|
||||
|
||||
foreach ($splitList as $address) {
|
||||
if (!in_array($address, $addressList)) {
|
||||
|
||||
Reference in New Issue
Block a user