Skip to content

Commit

Permalink
Merge pull request #22561 from mattwire/jobapi3
Browse files Browse the repository at this point in the history
Fix return values for API3 Job.delete
  • Loading branch information
mattwire authored Jan 20, 2022
2 parents 6b72ef2 + bd831f8 commit b92fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v3/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function civicrm_api3_job_get($params) {
* @param array $params
*/
function civicrm_api3_job_delete($params) {
_civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);
return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);
}

/**
Expand Down

0 comments on commit b92fc46

Please sign in to comment.