Skip to content

Commit

Permalink
Merge pull request #27309 from eileenmcnaughton/private
Browse files Browse the repository at this point in the history
Make function private, after universe search in EmailProcessor
  • Loading branch information
colemanw authored Sep 5, 2023
2 parents 41b2772 + c46ceff commit 1da1a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Utils/Mail/EmailProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static function process($civiMail = TRUE) {
* @throws Exception
* @throws CRM_Core_Exception
*/
public static function _process($civiMail, $dao, $is_create_activities) {
private static function _process($civiMail, $dao, $is_create_activities) {
// 0 = activities; 1 = bounce;
$usedfor = $dao->is_default;
if ($usedfor == 0) {
Expand Down

0 comments on commit 1da1a02

Please sign in to comment.