From: Bradley Taylor Date: Sat, 3 Jun 2023 17:06:29 +0000 (+0100) Subject: [REF][PHP8.2] Declare property in CRM_Report_Form_Contact_Log X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0d4e146dab676114da24e4ecfbd823bac66bce10;p=civicrm-core.git [REF][PHP8.2] Declare property in CRM_Report_Form_Contact_Log --- diff --git a/CRM/Report/Form/Contact/Log.php b/CRM/Report/Form/Contact/Log.php index 61c2b161d4..a7bfc26a76 100644 --- a/CRM/Report/Form/Contact/Log.php +++ b/CRM/Report/Form/Contact/Log.php @@ -18,6 +18,8 @@ class CRM_Report_Form_Contact_Log extends CRM_Report_Form { protected $_summary = NULL; + protected $activityTypes = []; + /** * Class constructor. */