From 15ca2e9d453a79fa0505d1a534b13499cb332d0f Mon Sep 17 00:00:00 2001 From: DemeritCowboy Date: Fri, 26 Jul 2019 16:00:57 -0400 Subject: [PATCH] make it clearer what the record is --- CRM/Logging/ReportSummary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Logging/ReportSummary.php b/CRM/Logging/ReportSummary.php index c42f6b3179a1..d6a8aa7f4a8f 100644 --- a/CRM/Logging/ReportSummary.php +++ b/CRM/Logging/ReportSummary.php @@ -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',