Skip to content

Commit 64f3ec6

Browse files
Merge pull request civicrm#22 from seamuslee001/redmine-9013
Chris's crude fix for Redmine 9013 AND CRM-17168 note that this is no…
2 parents 6c2baae + 3826984 commit 64f3ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/v3/Job.php

+2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ function _civicrm_api3_job_send_reminder(&$params) {
221221
* @return array
222222
*/
223223
function civicrm_api3_job_mail_report($params) {
224+
ob_start();
224225
$result = CRM_Report_Utils_Report::processReport($params);
226+
$output = ob_get_clean();
225227

226228
if ($result['is_error'] == 0) {
227229
// this should be handling by throwing exceptions but can't remove until we can test that.

0 commit comments

Comments
 (0)