projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890dd6d
)
[REF][PHP8.2] Remove unused dynamic property
author
Bradley Taylor
<hello@brad-taylor.co.uk>
Sat, 2 Dec 2023 14:33:25 +0000
(14:33 +0000)
committer
Bradley Taylor
<hello@brad-taylor.co.uk>
Sat, 2 Dec 2023 14:33:25 +0000
(14:33 +0000)
CRM/Admin/Page/Job.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Admin/Page/Job.php
b/CRM/Admin/Page/Job.php
index f8a1a10171909dce2bcd15d490a235e136115705..fb7c9f103ec4b65c2feab7fc8b89853fac846d98 100644
(file)
--- 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 {