infra updated incorrectly set public functions to private on payment classes
[civicrm-core.git] / api / v3 / MessageTemplate.php
index fb17f9830726251f6505d35bfe8d0631b80fbc24..b2ca5e145a8b5214581a586fa7b792cf0caf147b 100644 (file)
@@ -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";
-  */
+   */
 }
 
 /**