This commit is contained in:
Paula Quispe
2018-08-27 12:16:11 -04:00
parent 543379f08c
commit 55a1a73c47
2 changed files with 38 additions and 20 deletions

View File

@@ -4194,7 +4194,7 @@ class Processes
foreach ($arrayData as $value) {
if (isset($value['__EMAIL_SERVER_UID_PRESERVED__']) && $value['__EMAIL_SERVER_UID_PRESERVED__'] === true) {
unset($value['__EMAIL_SERVER_UID_PRESERVED__']);
} else {
} elseif(!EmailServer::exists($value['EMAIL_SERVER_UID'])) {
unset($value['EMAIL_EVENT_FROM']);
unset($value['EMAIL_SERVER_UID']);
}