From b7f28aef5ed29a6a64098f8615ec62ab3241174c Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Mon, 15 Sep 2014 20:25:32 -0400 Subject: [PATCH] CRM-15311 fix event income report --- CRM/Report/Form/Event/Income.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Report/Form/Event/Income.php b/CRM/Report/Form/Event/Income.php index 664a87766b..4e2faff57c 100644 --- a/CRM/Report/Form/Event/Income.php +++ b/CRM/Report/Form/Event/Income.php @@ -334,9 +334,6 @@ class CRM_Report_Form_Event_Income extends CRM_Report_Form_Event { } $noSelection = TRUE; } - else { - $this->_params['id_value'] = explode(',', $this->_params['id_value']); - } $this->_rowsFound = count($this->_params['id_value']); -- 2.25.1