Skip to content

Commit

Permalink
Remove reference symbol from 2 variables
Browse files Browse the repository at this point in the history
I checked & these are not altered in the function - so no need
  • Loading branch information
eileen committed May 20, 2019
1 parent 0896a16 commit 098b1bb
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 098b1bb

Please sign in to comment.