fixed syntax error

This commit is contained in:
2018-08-13 05:18:03 +05:30
parent 1b9e9bd37e
commit 8bfc1afd21
2 changed files with 1 additions and 1 deletions

View File

@ -171,6 +171,7 @@ function entitytemplates_civicrm_alterSettingsFolders(&$metaDataFolders = NULL)
*/
function entitytemplates_civicrm_entityTypes(&$entityTypes) {
_entitytemplates_civix_civicrm_entityTypes($entityTypes);
$entityTypes = [
'name' => 'EntityTemplates',
'class' => 'CRM_Core_DAO_EntityTemplates',
'table' => 'civicrm_entity_templates',