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:
2cfba9c
)
fix error message to make more sense
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Mon, 31 Mar 2014 04:17:39 +0000
(17:17 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Mon, 31 Mar 2014 04:18:26 +0000
(17:18 +1300)
api/v3/Job.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/Job.php
b/api/v3/Job.php
index 1c07ac65158f94724a257b639d7e4802dbfc019d..0d5fb87006d8e13129f8a039e45b19c37376fae2 100644
(file)
--- a/
api/v3/Job.php
+++ b/
api/v3/Job.php
@@
-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();