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:
c5c9825
)
CRM-18034 Fix pass by reference
author
Coleman Watts
<coleman@civicrm.org>
Mon, 15 Feb 2016 14:48:57 +0000
(09:48 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 15 Feb 2016 14:48:57 +0000
(09:48 -0500)
CRM/Contact/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Query.php
b/CRM/Contact/BAO/Query.php
index 3cf370e172bb073f673427556f886301a16da319..4703f5c900fc551e9e687b30e097a0fc3dc0c51f 100644
(file)
--- a/
CRM/Contact/BAO/Query.php
+++ b/
CRM/Contact/BAO/Query.php
@@
-2869,7
+2869,7
@@
class CRM_Contact_BAO_Query {
}
$statii = array();
- $gcsValues =
&
$this->getWhereValues('group_contact_status', $grouping);
+ $gcsValues = $this->getWhereValues('group_contact_status', $grouping);
if ($gcsValues &&
is_array($gcsValues[2])
) {