Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.2
-
Fix Version/s: 4.1.3
-
Component/s: Core CiviCRM
-
Labels:None
Description
As the existing code comment states, this function, on which the Email Processor depends, doesn't actually work, because CRM_Utils_Mail_EmailProcessor::processActivities() doesn't return anything. So I just wrapped the call to it in a try/catch block.