Skip to content

Commit

Permalink
Merge pull request #27769 from systopia/fix_php_undefines_property
Browse files Browse the repository at this point in the history
[PHP 8.2] fix undefined property in CRM_Event_Form_SelfSvcUpdate
  • Loading branch information
eileenmcnaughton authored Oct 10, 2023
2 parents 76df9f1 + 009c554 commit 9272ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CRM/Event/Form/SelfSvcUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form {
* @var bool
*/
protected $isBackoffice = FALSE;
/**
* @var string
*/
protected $_userContext;

/**
* Set variables up before form is built based on participant ID from URL
Expand Down

0 comments on commit 9272ab1

Please sign in to comment.