Skip to content

Commit

Permalink
Merge branch 'hotfix-master_list_groups' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Aug 1, 2017
2 parents 2e153f0 + 23f03b8 commit f3b0828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuilt_forms/extensions/event_reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public static function groups_pie($auth, $args, $tabalias, $options, $path) {
),
$options
);
$reportOptions['dataSource'] = empty($reportOptions['extraParams']['taxon_list_id']) ?
$reportOptions['dataSource'] = empty($reportOptions['extraParams']['master_taxon_list_id']) ?
'library/taxon_groups/filterable_group_counts' : 'library/taxon_groups/filterable_group_counts_multi_checklist';
$r = self::output_title($options);
$r .= report_helper::report_chart($reportOptions);
Expand Down

0 comments on commit f3b0828

Please sign in to comment.