Skip to content
Snippets Groups Projects
Commit 73af645c authored by Dave Greenberg's avatar Dave Greenberg
Browse files

Merge pull request #2778 from eileenmcnaughton/message_fix

fix error message to make more sense
parents 1fea632d 017877e1
Branches
Tags
No related merge requests found
......@@ -434,7 +434,7 @@ function civicrm_api3_job_process_participant($params) {
function civicrm_api3_job_process_membership($params) {
$lock = new CRM_Core_Lock('civimail.job.updateMembership');
if (!$lock->isAcquired()) {
return civicrm_api3_create_error('Could not acquire lock, another EmailProcessor process is running');
return civicrm_api3_create_error('Could not acquire lock, another Membership Processing process is running');
}
$result = CRM_Member_BAO_Membership::updateAllMembershipStatus();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment