From: scardinius Date: Thu, 14 Apr 2016 10:27:48 +0000 (+0200) Subject: CRM-18413 Fix section is not set up as opened X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=974ae23729bb15d213e8fb9358ce257fb78026ce;p=civicrm-core.git CRM-18413 Fix section is not set up as opened --- 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);