Skip to content

Commit

Permalink
Fix for dev/core#428.
Browse files Browse the repository at this point in the history
  • Loading branch information
twomice committed Oct 9, 2018
1 parent fa00ff9 commit 3639edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ public function sectionTotals() {
$this->_select = CRM_Contact_BAO_Query::appendAnyValueToSelect($ifnulls, $sectionAliases);

$query = $this->_select .
", count(DISTINCT civicrm_activity_id) as ct from {$this->temporaryTables['activity_temp_table']} group by " .
", count(DISTINCT civicrm_activity_id) as ct from {$this->temporaryTables['activity_temp_table']['name']} group by " .
implode(", ", $sectionAliases);

// initialize array of total counts
Expand Down

0 comments on commit 3639edc

Please sign in to comment.