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:
9f486f9
)
whitespace
author
Eileen McNaughton
<eileen@mcnaughty.com>
Fri, 8 Jan 2016 02:46:20 +0000
(15:46 +1300)
committer
Eileen McNaughton
<eileen@mcnaughty.com>
Fri, 8 Jan 2016 02:46:20 +0000
(15:46 +1300)
CRM/Contact/BAO/Group.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Group.php
b/CRM/Contact/BAO/Group.php
index 790a5759b306a9f5bce33bd462a51fbf6b169339..c0d1f629294600f9cafe2dc5d25d13c3c1fcd780 100644
(file)
--- a/
CRM/Contact/BAO/Group.php
+++ b/
CRM/Contact/BAO/Group.php
@@
-751,7
+751,7
@@
class CRM_Contact_BAO_Group extends CRM_Contact_DAO_Group {
}
$group['DT_RowId'] = 'row_' . $value['id'];
if (!$params['parentsOnly']) {
- foreach($value['class'] as $id => $class) {
+ foreach
($value['class'] as $id => $class) {
if ($class = 'crm-group-parent') {
unset($value['class'][$id]);
}