X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMapping.php;h=567ae6a2b2e60c0c916044793d44815db61a701b;hb=e27a2a369dfe7e93438136e306af9ec91529d307;hp=ccd258031ee9b2bcb1076efeb68e346b5bbb27ba;hpb=cdedc5f3d54bf870f80f092af6f9676786fb99db;p=civicrm-core.git diff --git a/api/v3/Mapping.php b/api/v3/Mapping.php index ccd258031e..567ae6a2b2 100644 --- a/api/v3/Mapping.php +++ b/api/v3/Mapping.php @@ -2,7 +2,7 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.7 | + | CiviCRM version 5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ @@ -40,7 +40,7 @@ * @return array */ function civicrm_api3_mapping_create($params) { - return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); + return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'Mapping'); } /**