From 2a3c7735c561dd5606d7378f64ee97c8723db57d Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sat, 16 Dec 2023 15:01:08 -0500 Subject: [PATCH] does nothing --- CRM/Case/Page/Tab.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.25.1