From: Bradley Taylor Date: Sat, 2 Dec 2023 14:33:25 +0000 (+0000) Subject: [REF][PHP8.2] Remove unused dynamic property X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=254d536e473fe28f2dda6f5d7fe707813db3296f;p=civicrm-core.git [REF][PHP8.2] Remove unused dynamic property --- 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 {