mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 07:26:05 +00:00
fix
This commit is contained in:
@@ -417,7 +417,7 @@ class SaveProcessor
|
||||
$emailAddressNew->set('optOut', (bool) $entity->get('emailAddressIsOptedOut'));
|
||||
}
|
||||
|
||||
$this->save($emailAddressNew);
|
||||
$this->entityManager->saveEntity($emailAddressNew);
|
||||
|
||||
$isNewEmailAddress = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user