From 9ffc94b7f50e1a6840a83326aadfe886f890724c Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 11 Nov 2023 17:00:49 +0000 Subject: [PATCH] [REF][PHP8.2] Declare properties in CRM_Contact_Form_GroupContact --- CRM/Contact/Form/GroupContact.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CRM/Contact/Form/GroupContact.php b/CRM/Contact/Form/GroupContact.php index 79d4c29c1d..efdbdece0c 100644 --- a/CRM/Contact/Form/GroupContact.php +++ b/CRM/Contact/Form/GroupContact.php @@ -34,6 +34,13 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { */ protected $_contactId; + /** + * The context this page is being rendered in + * + * @var string + */ + protected $_context; + /** * Explicitly declare the entity api name. */ -- 2.25.1