infra updated incorrectly set public functions to private on payment classes
[civicrm-core.git] / api / v3 / MessageTemplate.php
index 7b534d3f51dd5b2052def8b43b5877eaa4f220a8..b2ca5e145a8b5214581a586fa7b792cf0caf147b 100644 (file)
@@ -22,7 +22,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * File for the CiviCRM APIv3 message_template functions
@@ -53,7 +53,7 @@ function _civicrm_api3_message_template_create_spec(&$params) {
   /*  $params['entity_id']['api.required'] = 1;
   $params['entity_table']['api.default'] = "civicrm_contribution_recur";
   $params['type']['api.default'] = "R";
-  */
+   */
 }
 
 /**