CRM-13318 revert part of Coleman's patch that breaks profile retrieval
authoreileen <eileen@fuzion.co.nz>
Fri, 6 Sep 2013 04:36:54 +0000 (16:36 +1200)
committereileen <eileen@fuzion.co.nz>
Fri, 6 Sep 2013 04:45:20 +0000 (16:45 +1200)
CRM/Contact/BAO/Query.php

index 7154f3ec95856da19b16cd88b5fdd04455b29b23..188171c0b9fbbdf5b0ce865377345634365fb69e 100644 (file)
@@ -4174,7 +4174,7 @@ civicrm_relationship.start_date > {$today}
       $convertedVals = $query->convertToPseudoNames($dao, TRUE);
 
       if (!empty($convertedVals)) {
-        $val = $convertedVals + $val;
+        $val = array_merge_recursive($val, $convertedVals);
       }
       $values[$dao->contact_id] = $val;
     }