fixed syntax error
This commit is contained in:
parent
1b9e9bd37e
commit
8bfc1afd21
@ -453,7 +453,6 @@ function _entitytemplates_civix_civicrm_alterSettingsFolders(&$metaDataFolders =
|
||||
*
|
||||
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_entityTypes
|
||||
*/
|
||||
|
||||
function _entitytemplates_civix_civicrm_entityTypes(&$entityTypes) {
|
||||
$entityTypes = array_merge($entityTypes, []);
|
||||
}
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user