projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d4a0a1
)
CRM-19111 - Email-to-Activity - 4.6 fix for blank body mail
author
Jon goldberg
<jon@palantetech.coop>
Wed, 20 Jul 2016 18:06:40 +0000
(14:06 -0400)
committer
Jon goldberg
<jon@palantetech.coop>
Wed, 20 Jul 2016 18:06:40 +0000
(14:06 -0400)
CRM/Utils/Mail/Incoming.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Mail/Incoming.php
b/CRM/Utils/Mail/Incoming.php
index a8fa85b9dc3647dc88d479af876f2676ae711058..c1c8ad8cca0a08dc1be6f6de67aea26112a64a7b 100644
(file)
--- a/
CRM/Utils/Mail/Incoming.php
+++ b/
CRM/Utils/Mail/Incoming.php
@@
-69,7
+69,7
@@
class CRM_Utils_Mail_Incoming {
return self::formatMail($part, $attachments);
}
- if ($part instanceof ezcMailText) {
+ if ($part instanceof ezcMailText
|| !$part
) {
return self::formatMailText($part, $attachments);
}