From 974ae23729bb15d213e8fb9358ce257fb78026ce Mon Sep 17 00:00:00 2001 From: scardinius Date: Thu, 14 Apr 2016 12:27:48 +0200 Subject: [PATCH] CRM-18413 Fix section is not set up as opened --- CRM/Contact/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 8b414c3b73..d0c25c7517 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -5457,7 +5457,7 @@ SELECT COUNT( conts.total_amount ) as cancel_count, ts('Address Fields') => 'civicrm_address', ts('Notes') => 'civicrm_note', ts('Change Log') => 'civicrm_log', - ts('Mailings') => 'civicrm_mailing_event_queue', + ts('Mailings') => 'civicrm_mailing', ); CRM_Contact_BAO_Query_Hook::singleton()->getPanesMapper($panesMapper); -- 2.25.1