IDEMPIERE-3749 Exception on create Request from mail / integrate patch from Евгений Куренский (ekurensky) - peer reviewed by Hiep Lq

This commit is contained in:
Carlos Ruiz 2018-07-19 19:42:45 +02:00
parent 71e8c2f878
commit fce33028c3
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class EmailSrv {
if (lsContentTypeRaw != null){ if (lsContentTypeRaw != null){
for (String contentType : lsContentTypeRaw){ for (String contentType : lsContentTypeRaw){
emailPartLogInfo.append (contentType); emailPartLogInfo.append (contentType);
emailPartLogInfo.append (msg.getHeader("; ")); emailPartLogInfo.append ("; ");
} }
} }
emailPartLogInfo.append ("\r\n"); emailPartLogInfo.append ("\r\n");