From: demeritcowboy Date: Sat, 16 Dec 2023 20:01:08 +0000 (-0500) Subject: does nothing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2a3c7735c561dd5606d7378f64ee97c8723db57d;p=civicrm-core.git does nothing --- diff --git a/CRM/Case/Page/Tab.php b/CRM/Case/Page/Tab.php index 3dc37a7e6b..6b4a79aa3d 100644 --- a/CRM/Case/Page/Tab.php +++ b/CRM/Case/Page/Tab.php @@ -43,7 +43,6 @@ class CRM_Case_Page_Tab extends CRM_Core_Page { } $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this); - $this->_context = CRM_Utils_Request::retrieve('context', 'Alphanumeric', $this); if ($this->_contactId) { $this->assign('contactId', $this->_contactId);