From 8785b897f0f96dc44742fe47de21de2ee12b0318 Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Wed, 20 Aug 2014 20:27:30 +0530 Subject: [PATCH] CRM-15142 --- CRM/Mailing/MailStore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Mailing/MailStore.php b/CRM/Mailing/MailStore.php index c7f2ce5a0c..aecfa53bee 100644 --- a/CRM/Mailing/MailStore.php +++ b/CRM/Mailing/MailStore.php @@ -44,7 +44,7 @@ class CRM_Mailing_MailStore { * @throws Exception * @return object mail store implementation for processing CiviMail-bound emails */ - function getStore($name = NULL) { + public static function getStore($name = NULL) { $dao = new CRM_Core_DAO_MailSettings; $dao->domain_id = CRM_Core_Config::domainID(); $name ? $dao->name = $name : $dao->is_default = 1; -- 2.25.1