does nothing
authordemeritcowboy <demeritcowboy@hotmail.com>
Sat, 16 Dec 2023 20:01:08 +0000 (15:01 -0500)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sat, 16 Dec 2023 20:01:08 +0000 (15:01 -0500)
CRM/Case/Page/Tab.php

index 3dc37a7e6bb6145e5cd1f46b30b7cfa5b66886a7..6b4a79aa3d7da7ba8f89b460d6122ef772fc1e80 100644 (file)
@@ -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);