CRM-16357 (Back office contribution page) don't take ignored parameter as a reference
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 4 May 2015 11:38:11 +0000 (23:38 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 4 May 2015 11:38:11 +0000 (23:38 +1200)
CRM/Core/BAO/CustomField.php

index e80bbb153c1a61f7b8ca2bef5766e3722a4e1635..f36891f27695d108dc245151cf8766a6db3adbc1 100644 (file)
@@ -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