Skip to content

Commit

Permalink
Merge pull request #14270 from eileenmcnaughton/dedupe
Browse files Browse the repository at this point in the history
[ref] Remove reference symbol from 2 variables
  • Loading branch information
colemanw authored May 20, 2019
2 parents 2cb21b0 + 098b1bb commit d5fa29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Contact/BAO/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ public static function &exportableFields($contactType = 'Individual', $status =
* @return array
* Contact details
*/
public static function getHierContactDetails($contactId, &$fields) {
public static function getHierContactDetails($contactId, $fields) {
$params = array(array('contact_id', '=', $contactId, 0, 0));
$options = array();

Expand Down Expand Up @@ -2073,7 +2073,7 @@ public static function createProfileContact(
*/
public static function formatProfileContactParams(
&$params,
&$fields,
$fields,
$contactID = NULL,
$ufGroupId = NULL,
$ctype = NULL,
Expand Down

0 comments on commit d5fa29e

Please sign in to comment.