Merge pull request #11993 from jaapjansma/issue_66
[civicrm-core.git] / api / v3 / MembershipLog.php
index 89d58c442c5283268402ccb1468760414efa06d1..90b16832227fec8596a9bc12d584ab6b086b235e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.7                                                |
+ | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
@@ -41,7 +41,7 @@
  *   API result array.
  */
 function civicrm_api3_membership_log_create($params) {
-  return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
+  return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'MembershipLog');
 }
 
 /**