Skip to content

Commit

Permalink
Merge pull request #10427 from mattwire/report_bounce_type
Browse files Browse the repository at this point in the history
CRM-20643 Fix invalid bounce type filter for bounce report
  • Loading branch information
eileenmcnaughton authored Aug 9, 2017
2 parents ded3543 + 95c5c21 commit 448f462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form/Mailing/Bounce.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ public function buildChart(&$rows) {
*/
public function bounce_type() {

$data = array('' => ts('--Please Select--'));
$data = array();

$bounce_type = new CRM_Mailing_DAO_BounceType();
$query = "SELECT name FROM civicrm_mailing_bounce_type";
Expand Down

0 comments on commit 448f462

Please sign in to comment.