X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FCustomGroup.php;h=a06d5d93420160dcd222159ed9509b35d2aa6326;hb=3e46951c9b58ae37787351fb840bd396457b2d80;hp=f2dc5ca7fd3d5b79d8506498bad00e5e1bca9b96;hpb=6a1ebc3a89760e41adc7d414494f588ab7bd31f3;p=civicrm-core.git diff --git a/api/v3/CustomGroup.php b/api/v3/CustomGroup.php index f2dc5ca7fd..a06d5d9342 100644 --- a/api/v3/CustomGroup.php +++ b/api/v3/CustomGroup.php @@ -115,7 +115,7 @@ function civicrm_api3_custom_group_get($params) { */ function civicrm_api3_custom_group_setvalue($params) { require_once 'api/v3/Generic/Setvalue.php'; - $result = civicrm_api3_generic_setValue(array("entity" => 'CustomGroup', 'params' => $params)); + $result = civicrm_api3_generic_setValue(["entity" => 'CustomGroup', 'params' => $params]); if (empty($result['is_error'])) { CRM_Utils_System::flushCache(); }