Skip to content

Commit

Permalink
CRM-21121 - Fix crash with sql_mode is only_full_group_by
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaphoneJon committed Aug 31, 2017
1 parent 13c55bc commit ec79904
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 ec79904

Please sign in to comment.