Index: civicrm/trunk/sites/all/modules/paypal_audit/paypal_audit.php |
— | — | @@ -18,7 +18,8 @@ |
19 | 19 | |
20 | 20 | $report = new CustomReport( $time_bounds ); |
21 | 21 | $report_options = $report->getOptions( true ); |
22 | | - $report->setOptions( array_push( $report_options, $options )); |
| 22 | + array_push( $report_options, $options ); |
| 23 | + $report->setOptions( $report_options ); |
23 | 24 | $report->runReport(); |
24 | 25 | |
25 | 26 | return $results; |