X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FRelationshipType.php;h=625bca61c0f65d0c849bdfd28aae6cc999d387af;hb=2dbf8245a4ed9350c6e898c58e237de9f160f4bd;hp=cca618cae3a9b6eeeca1c9868b3dc2d1525a0098;hpb=33760bebc326b5b95c7e496ac70e14d49ea2c22a;p=civicrm-core.git diff --git a/api/v3/RelationshipType.php b/api/v3/RelationshipType.php index cca618cae3..625bca61c0 100644 --- a/api/v3/RelationshipType.php +++ b/api/v3/RelationshipType.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. | | | @@ -100,8 +100,8 @@ function civicrm_api3_relationship_type_delete($params) { * @return array */ function _civicrm_api3_relationship_type_getlist_defaults($request) { - return array( + return [ 'label_field' => 'label_a_b', 'search_field' => 'label_a_b', - ); + ]; }