X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingGroup.php;h=7f973036f2125effce93bd1724d113b25cac6891;hb=cc7968d8a8cc3b6008257018642334d5424be8d9;hp=5633e5876c33f7f4a05282a68970169a4709af03;hpb=fb1b8b9d4c10122a89f2e017497071a734496fe6;p=civicrm-core.git diff --git a/api/v3/MailingGroup.php b/api/v3/MailingGroup.php index 5633e5876c..7f973036f2 100644 --- a/api/v3/MailingGroup.php +++ b/api/v3/MailingGroup.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -40,7 +40,7 @@ * to indicate this entire api entity is deprecated */ function _civicrm_api3_mailing_group_deprecation() { - return 'The mailing_group api is deprecated. Use the mailing_event apis instead.'; + return 'The MailingGroup api is deprecated. Use the mailing_event apis instead.'; } /** @@ -155,5 +155,5 @@ function civicrm_api3_mailing_group_getfields($params) { unset($field['pseudoconstant']); } - return civicrm_api3_create_success($fields, $params, 'mailing_group', 'getfields'); + return civicrm_api3_create_success($fields, $params, 'MailingGroup', 'getfields'); }