fixed syntax
This commit is contained in:
parent
b0befcd360
commit
6d9c53aaaf
@ -453,8 +453,6 @@ function _deleterelationshipperm_civix_civicrm_alterSettingsFolders(&$metaDataFo
|
||||
*
|
||||
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_entityTypes
|
||||
*/
|
||||
|
||||
function _deleterelationshipperm_civix_civicrm_entityTypes(&$entityTypes) {
|
||||
$entityTypes = array_merge($entityTypes, array (
|
||||
));
|
||||
$entityTypes = array_merge($entityTypes, array());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user