Skip to content

Commit

Permalink
Merge pull request #10926 from MegaphoneJon/CRM-21121
Browse files Browse the repository at this point in the history
CRM-21121 - Fix crash with sql_mode is only_full_group_by
  • Loading branch information
eileenmcnaughton authored Sep 5, 2017
2 parents aa25239 + ec79904 commit e5a69e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CRM/Report/Form/Event/Summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ public function participantInfo() {
$this->_participantWhere
GROUP BY civicrm_participant.event_id,
civicrm_participant.status_id";
civicrm_participant.status_id,
civicrm_participant.fee_currency";

$info = CRM_Core_DAO::executeQuery($sql);
$participant_data = $participant_info = $currency = array();
Expand Down

0 comments on commit e5a69e4

Please sign in to comment.