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:
ab99c7b
)
Fix undefined index
author
Coleman Watts
<coleman@civicrm.org>
Wed, 26 Feb 2014 16:49:37 +0000
(11:49 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Wed, 26 Feb 2014 16:49:37 +0000
(11:49 -0500)
This function doesn't seem to do anything and throws an undefined index warning. Linking cases seems to work fine without it.
CRM/Case/Form/Activity/LinkCases.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Form/Activity/LinkCases.php
b/CRM/Case/Form/Activity/LinkCases.php
index 29c4d9d39e0eaaaa1a03b71670d567aeca93d8dc..d976b3373617c56f57365968767310161063f5e3 100644
(file)
--- 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