Skip to content

Commit

Permalink
Make function private, after universe search
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Sep 5, 2023
1 parent c29a31f commit c46ceff
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 c46ceff

Please sign in to comment.