X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FEntityFinancialAccount.php;h=c4a6ea95b40a5a7a5e8e4e2d760ed23f2c027b70;hb=3ddaaaf3d9231f90139cf21975667b211cc5bc9d;hp=b8aaa521af86c39e231d8b9002e0cf3a2293f502;hpb=48e2255e5716c90b6dcd2e5e23896c4beece792c;p=civicrm-core.git diff --git a/api/v3/EntityFinancialAccount.php b/api/v3/EntityFinancialAccount.php index b8aaa521af..c4a6ea95b4 100644 --- a/api/v3/EntityFinancialAccount.php +++ b/api/v3/EntityFinancialAccount.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -39,7 +39,7 @@ * @return array */ function civicrm_api3_entity_financial_account_create($params) { - return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); + return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'EntityFinancialAccount'); } /**