Skip to content

Commit

Permalink
CRM-21094 - formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcclelland committed Aug 23, 2017
1 parent 10a6a65 commit ee8628b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CRM/Report/Form/Campaign/SurveyDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ public function __construct() {
'grouping' => 'location-fields',
),
) + $this->getAddressColumns() +
array('civicrm_activity' => array(
array(
'civicrm_activity' => array(
'dao' => 'CRM_Activity_DAO_Activity',
'alias' => 'survey_activity',
'fields' => array(
Expand Down Expand Up @@ -207,7 +208,7 @@ public function __construct() {
),
),
'grouping' => 'survey-activity-fields',
)
),
);
parent::__construct();
}
Expand Down

0 comments on commit ee8628b

Please sign in to comment.