CRM-15142
authorJitendra Purohit <jitendra.purohit@webaccessglobal.com>
Wed, 20 Aug 2014 14:57:30 +0000 (20:27 +0530)
committerJitendra Purohit <jitendra.purohit@webaccessglobal.com>
Wed, 20 Aug 2014 14:57:30 +0000 (20:27 +0530)
CRM/Mailing/MailStore.php

index c7f2ce5a0cfc9723a28a4b868e5218dc6b0f29a1..aecfa53beee6a3717f7741deb3a5c08491503288 100644 (file)
@@ -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;