From: demeritcowboy Date: Fri, 8 Dec 2023 15:06:06 +0000 (-0500) Subject: entityTagValues is in the wrong place X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=db4fae18fed8bb2bce5320d918cef7f9834045a9;p=civicrm-core.git entityTagValues is in the wrong place --- diff --git a/CRM/Core/Form.php b/CRM/Core/Form.php index 039b008649..c24a020837 100644 --- a/CRM/Core/Form.php +++ b/CRM/Core/Form.php @@ -185,6 +185,20 @@ class CRM_Core_Form extends HTML_QuickForm_Page { */ private $authenticatedContactID; + /** + * @var array + * @internal + * This gets used in CRM_Core_Form_Tag via multiple routes + */ + public $_entityTagValues; + + /** + * @var array + * @internal + * This gets used in CRM_Core_Form_Tag via multiple routes + */ + public $_tagsetInfo; + /** * @return string */ diff --git a/CRM/Core/Form/Tag.php b/CRM/Core/Form/Tag.php index fe9c14605b..482946a7f8 100644 --- a/CRM/Core/Form/Tag.php +++ b/CRM/Core/Form/Tag.php @@ -19,7 +19,6 @@ * This class generates form element for free tag widget. */ class CRM_Core_Form_Tag { - public $_entityTagValues; /** * Build tag widget if correct parent is passed