From: Seamus Lee Date: Fri, 3 Nov 2023 20:33:52 +0000 (+1100) Subject: [REF][PHP8.2] Fix Case_Form_TaskTest test fails on php8.2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ff77a528dc2bef7968f86fc7cbed7b448c98d367;p=civicrm-core.git [REF][PHP8.2] Fix Case_Form_TaskTest test fails on php8.2 --- diff --git a/CRM/Case/Form/ActivityToCase.php b/CRM/Case/Form/ActivityToCase.php index fddff50fe3..ac182876bb 100644 --- a/CRM/Case/Form/ActivityToCase.php +++ b/CRM/Case/Form/ActivityToCase.php @@ -20,6 +20,19 @@ */ class CRM_Case_Form_ActivityToCase extends CRM_Core_Form { + /** + * Case Activity being copied or moved + * @var int + */ + public $_activityId; + + + /** + * Current CiviCase ID associated with the activity + * @var int + */ + public $_currentCaseId; + /** * Build all the data structures needed to build the form. *