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:
e22b0ba
)
CRM-19111 - Incoming Email-to-Activity - don't fail on blank email body
author
Jon goldberg
<jon@palantetech.coop>
Wed, 20 Jul 2016 18:03:52 +0000
(14:03 -0400)
committer
Jon goldberg
<jon@palantetech.coop>
Wed, 20 Jul 2016 18:03:52 +0000
(14:03 -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 24084e32a0c9c57edae3a3c88414b5b518699353..f2aaec5d3e8262717671a32ac63537c835114862 100644
(file)
--- a/
CRM/Utils/Mail/Incoming.php
+++ b/
CRM/Utils/Mail/Incoming.php
@@
-67,7
+67,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);
}