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:
ec66930
)
CRM-16357 (Back office contribution page) don't take ignored parameter as a reference
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Mon, 4 May 2015 11:38:11 +0000
(23:38 +1200)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Mon, 4 May 2015 11:38:11 +0000
(23:38 +1200)
CRM/Core/BAO/CustomField.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/CustomField.php
b/CRM/Core/BAO/CustomField.php
index e80bbb153c1a61f7b8ca2bef5766e3722a4e1635..f36891f27695d108dc245151cf8766a6db3adbc1 100644
(file)
--- a/
CRM/Core/BAO/CustomField.php
+++ b/
CRM/Core/BAO/CustomField.php
@@
-2234,7
+2234,8
@@
ORDER BY html_type";
/**
* @param array $params
- * @param $customFields
+ * @param array $customFields
+ * Unused parameter
* @param int $entityID
* @param $customFieldExtends
* @param bool $inline
@@
-2243,7
+2244,7
@@
ORDER BY html_type";
*/
public static function postProcess(
&$params,
-
&
$customFields,
+ $customFields,
$entityID,
$customFieldExtends,
$inline = FALSE