From 254d536e473fe28f2dda6f5d7fe707813db3296f Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 2 Dec 2023 14:33:25 +0000 Subject: [PATCH] [REF][PHP8.2] Remove unused dynamic property --- CRM/Admin/Page/Job.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Admin/Page/Job.php b/CRM/Admin/Page/Job.php index f8a1a10171..fb7c9f103e 100644 --- a/CRM/Admin/Page/Job.php +++ b/CRM/Admin/Page/Job.php @@ -120,9 +120,6 @@ class CRM_Admin_Page_Job extends CRM_Core_Page_Basic { $this->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE, 0 ); - $this->_context = CRM_Utils_Request::retrieve('context', 'String', - $this, FALSE, 0 - ); if (($this->_action & CRM_Core_Action::COPY) && (!empty($this->_id))) { try { -- 2.25.1