Merge pull request #2480 from kurund/activity-optimization
[civicrm-core.git] / api / v3 / Entity.php
index d727fc58756fab59ed1214952a17acdd097023ff..3a38c7961ae01206ee0b54f76d1781eef1408467 100644 (file)
@@ -46,14 +46,14 @@ function civicrm_api3_entity_get($params) {
  *  Placeholder function. This should never be called, as it doesn't have any meaning
  */
 function civicrm_api3_entity_create($params) {
-  return civicrm_api3_create_error("API (Entity,Create) does not exist Creating a new entity means modifying the source code of civiCRM.");
+  return civicrm_api3_create_error("API (Entity, Create) does not exist Creating a new entity means modifying the source code of civiCRM.");
 }
 
 /**
  *  Placeholder function. This should never be called, as it doesn't have any meaning
  */
 function civicrm_api3_entity_delete($params) {
-  return civicrm_api3_create_error("API (Entity,Delete) does not exist Deleting an entity means modifying the source code of civiCRM.");
+  return civicrm_api3_create_error("API (Entity, Delete) does not exist Deleting an entity means modifying the source code of civiCRM.");
 }
 
 /**