X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FPrintLabel.php;h=c436a853c2ad22a323a0cb50fd63cb20fda9166c;hb=00e18848bae4a42a67f0bf07002760ab35f9dd40;hp=3704b917cee0efb5f5b6998fbf26fc1add0bb591;hpb=d4e8e64ab55a811f40e65f169ad59e66b5f2aece;p=civicrm-core.git diff --git a/api/v3/PrintLabel.php b/api/v3/PrintLabel.php index 3704b917ce..c436a853c2 100644 --- a/api/v3/PrintLabel.php +++ b/api/v3/PrintLabel.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_print_label_create($params) { - return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); + return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'PrintLabel'); } /**