[REF][PHP8.2] Declare property in CRM_Report_Form_Contact_Log
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 3 Jun 2023 17:06:29 +0000 (18:06 +0100)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 3 Jun 2023 17:06:29 +0000 (18:06 +0100)
CRM/Report/Form/Contact/Log.php

index 61c2b161d43ce88f29779b1fe2f710c8fdea8bbc..a7bfc26a765c7721e232bf7f04caab48ec085c52 100644 (file)
@@ -18,6 +18,8 @@ class CRM_Report_Form_Contact_Log extends CRM_Report_Form {
 
   protected $_summary = NULL;
 
+  protected $activityTypes = [];
+
   /**
    * Class constructor.
    */