X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FRelationshipType.php;h=625bca61c0f65d0c849bdfd28aae6cc999d387af;hb=2dbf8245a4ed9350c6e898c58e237de9f160f4bd;hp=6ff0766041348d7b543ee12959776ca3c59154a0;hpb=30b6117f306e9e037c1b9776848cdf8fd6d7ad45;p=civicrm-core.git diff --git a/api/v3/RelationshipType.php b/api/v3/RelationshipType.php index 6ff0766041..625bca61c0 100644 --- a/api/v3/RelationshipType.php +++ b/api/v3/RelationshipType.php @@ -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', - ); + ]; }