Merge pull request #11987 from civicrm/5.1
[civicrm-core.git] / api / v3 / EntityFinancialAccount.php
index b8aaa521af86c39e231d8b9002e0cf3a2293f502..c4a6ea95b40a5a7a5e8e4e2d760ed23f2c027b70 100644 (file)
@@ -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');
 }
 
 /**