Skip to content

Commit

Permalink
Merge pull request #14889 from demeritcowboy/logging-report-clarifica…
Browse files Browse the repository at this point in the history
…tion

dev/core#1149 - Make it clearer which record the logging report is displaying
  • Loading branch information
eileenmcnaughton authored Jul 29, 2019
2 parents 4cab9fd + 15ca2e9 commit 8ceb9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Logging/ReportSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function __construct() {
'log_civicrm_activity_contact' => [
'fk' => 'contact_id',
'table_name' => 'log_civicrm_activity_contact',
'log_type' => 'Activity',
'log_type' => 'Activity Contact',
'field' => 'activity_id',
'extra_joins' => [
'table' => 'log_civicrm_activity',
Expand Down

0 comments on commit 8ceb9c2

Please sign in to comment.