Skip to content
Snippets Groups Projects
Commit 96d14576 authored by pratik.joshi's avatar pratik.joshi
Browse files

minor bug found during execution of WebTest_Contact_AddTest::testHouseholdAdd...

minor bug found during execution of WebTest_Contact_AddTest::testHouseholdAdd test case (failing locally with the same error shown on server)
parent a99bcb75
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ function civicrm_api3_group_get($params) {
$inputParams = CRM_Utils_Array::value('input_params', $options, array());
if(is_array($returnProperties) && !empty($returnProperties)){
// group function takes $returnProperties in non standard format & doesn't add id
unset($returnProperties['group_id']);
$returnProperties['id'] = 1;
$returnProperties = array_keys($returnProperties);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment