From: Coleman Watts Date: Wed, 26 Feb 2014 16:49:37 +0000 (-0500) Subject: Fix undefined index X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3c624c174d77a09acb9c993f0702b193e80f1196;p=civicrm-core.git Fix undefined index This function doesn't seem to do anything and throws an undefined index warning. Linking cases seems to work fine without it. --- diff --git a/CRM/Case/Form/Activity/LinkCases.php b/CRM/Case/Form/Activity/LinkCases.php index 29c4d9d39e..d976b33736 100644 --- a/CRM/Case/Form/Activity/LinkCases.php +++ b/CRM/Case/Form/Activity/LinkCases.php @@ -112,9 +112,7 @@ class CRM_Case_Form_Activity_LinkCases { * * @return void */ - static function beginPostProcess(&$form, &$params) { - $params['id'] = $params['case_id']; - } + static function beginPostProcess(&$form, &$params) {} /** * Function to process the form