X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FPage%2FComponent.php;h=bf4e9832de50ac03555107e392e6df02a9f419e8;hb=aa31a7a02e13acfc02a1519de90017ebff06e42d;hp=d587d15beb3d2eb1896fd52f4622dfbd9abab8da;hpb=33760bebc326b5b95c7e496ac70e14d49ea2c22a;p=civicrm-core.git diff --git a/CRM/Mailing/Page/Component.php b/CRM/Mailing/Page/Component.php index d587d15beb..bf4e9832de 100644 --- a/CRM/Mailing/Page/Component.php +++ b/CRM/Mailing/Page/Component.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 */ /** @@ -51,7 +51,7 @@ class CRM_Mailing_Page_Component extends CRM_Core_Page_Basic { * Classname of BAO. */ public function getBAOName() { - return 'CRM_Mailing_BAO_Component'; + return 'CRM_Mailing_BAO_MailingComponent'; } /**