From: Deepak Srivastava Date: Tue, 29 Apr 2014 08:13:43 +0000 (+0530) Subject: appropriate base table for source activities X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8507f5bb31a815f5ff2ad658a7457988796c5fae;p=civicrm-core.git appropriate base table for source activities --- diff --git a/CRM/Logging/ReportSummary.php b/CRM/Logging/ReportSummary.php index 5be779ff7e..78360b18e0 100644 --- a/CRM/Logging/ReportSummary.php +++ b/CRM/Logging/ReportSummary.php @@ -145,7 +145,7 @@ class CRM_Logging_ReportSummary extends CRM_Report_Form { 'log_civicrm_activity_for_source' => array( 'fk' => 'contact_id', - 'table_name' => 'log_civicrm_activity_contact', + 'table_name' => 'log_civicrm_activity', 'joins' => array( 'table' => 'log_civicrm_activity_contact', 'join' => "entity_log_civireport.id = fk_table.activity_id AND fk_table.record_type_id = {$sourceID}"