[REF][PHP8.2] Remove unused dynamic property
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 2 Dec 2023 14:33:25 +0000 (14:33 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 2 Dec 2023 14:33:25 +0000 (14:33 +0000)
CRM/Admin/Page/Job.php

index f8a1a10171909dce2bcd15d490a235e136115705..fb7c9f103ec4b65c2feab7fc8b89853fac846d98 100644 (file)
@@ -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 {