X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FCustomGroup.php;h=a06d5d93420160dcd222159ed9509b35d2aa6326;hb=3e46951c9b58ae37787351fb840bd396457b2d80;hp=a5838cecae3f60f26af9704c27b63624adbf74ea;hpb=518669f7fc6076a1246f3628f243097338d73876;p=civicrm-core.git diff --git a/api/v3/CustomGroup.php b/api/v3/CustomGroup.php index a5838cecae..a06d5d9342 100644 --- a/api/v3/CustomGroup.php +++ b/api/v3/CustomGroup.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2017 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -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(); }