Added code changes
This commit is contained in:
@ -25,7 +25,7 @@ function civicrm_api3_entity_templates_create($params) {
|
||||
* Array of retrieved EntityTemplates property values.
|
||||
*/
|
||||
function civicrm_api3_entity_templates_get($params) {
|
||||
return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);
|
||||
return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params, TRUE, 'EntityTemplates');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user