From 6bb7acc42da0a2ce2a58653d1b5b6fa42e737c18 Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Wed, 4 Jan 2017 10:36:07 +0100 Subject: [PATCH] fixed api test warnings --- CRM/Contact/BAO/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Group.php b/CRM/Contact/BAO/Group.php index 01ee445899..163e97ae65 100644 --- a/CRM/Contact/BAO/Group.php +++ b/CRM/Contact/BAO/Group.php @@ -1105,7 +1105,7 @@ WHERE id IN $groupIdString ); } else { - $roots[$dao->id] = array( + $roots[] = array( 'id' => $dao->id, 'title' => $dao->title, 'visibility' => $dao->visibility, -- 2.25.1