worked on CRM-12711
authorKurund Jalmi <kurund@civicrm.org>
Wed, 29 May 2013 08:20:01 +0000 (13:50 +0530)
committerKurund Jalmi <kurund@civicrm.org>
Wed, 29 May 2013 08:20:01 +0000 (13:50 +0530)
CRM/Mailing/Page/AJAX.php

index cf023f2837e81975dea0d484808ac88eb9b272c9..b09cc633724e97c278f8ac42cb7b6c95d32bb66c 100644 (file)
@@ -41,7 +41,7 @@ class CRM_Mailing_Page_AJAX {
   /**
    * Function to fetch the template text/html messages
    */
-  function template() {
+  static function template() {
     $templateId = CRM_Utils_Type::escape($_POST['tid'], 'Integer');
 
     $messageTemplate = new CRM_Core_DAO_MessageTemplates();