X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FPremium.php;h=066e6e9a9bf7e4091f0ed13176603330018a66c1;hb=d902822b2419340b693be4a17366e2d3de277d4b;hp=67f6ac4c286909d12e3cd7c600642b4526995075;hpb=7570d9c034276aab968b2e844550f0b1456889e0;p=civicrm-core.git diff --git a/api/v3/Premium.php b/api/v3/Premium.php index 67f6ac4c28..066e6e9a9b 100644 --- a/api/v3/Premium.php +++ b/api/v3/Premium.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. | | | @@ -44,7 +44,7 @@ * @return array */ function civicrm_api3_premium_create($params) { - return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); + return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'Premium'); } /**