(NFC) Update CRM/Friend CRM/Grant CRM/Group CRM/Mailing to be up to date to a future...
[civicrm-core.git] / CRM / Mailing / BAO / Query.php
index 329d9b79326d4fec929af0f3f7836c0ec9232d3c..ff1e5a8dd07848454e3c6f3635dbd0b908a89071 100644 (file)
@@ -32,7 +32,7 @@
  */
 class CRM_Mailing_BAO_Query {
 
-  static $_mailingFields = NULL;
+  public static $_mailingFields = NULL;
 
   /**
    * @return array|null
@@ -313,9 +313,9 @@ class CRM_Mailing_BAO_Query {
           'bounce_type_id',
           ts('Bounce type(s)'),
           CRM_Core_PseudoConstant::get('CRM_Mailing_Event_DAO_Bounce', 'bounce_type_id', [
-              'keyColumn' => 'id',
-              'labelColumn' => 'name',
-            ])
+            'keyColumn' => 'id',
+            'labelColumn' => 'name',
+          ])
         );
         return;